Skip to content

Commit 650f8d0

Browse files
committed
Add unirest json parsing implementation
1 parent e884e11 commit 650f8d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ java {
3030

3131
dependencies {
3232
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
3334

3435
implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' // Apache 2.0
3536
implementation group: 'commons-net', name: 'commons-net', version: '3.11.1' // Apache 2.0

0 commit comments

Comments
 (0)