We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e884e11 commit 650f8d0Copy full SHA for 650f8d0
1 file changed
build.gradle
@@ -30,6 +30,7 @@ java {
30
31
dependencies {
32
implementation group: 'com.konghq', name: 'unirest-java-core', version: '4.4.4' // MIT
33
+ implementation group: 'com.konghq', name: 'unirest-object-mappers-gson', version: '4.2.9' // MIT
34
35
implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' // Apache 2.0
36
implementation group: 'commons-net', name: 'commons-net', version: '3.11.1' // Apache 2.0
0 commit comments