Skip to content

Commit

Permalink
Add unirest json parsing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Jul 30, 2024
1 parent e884e11 commit 821b92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ java {

dependencies {
implementation group: 'com.konghq', name: 'unirest-java-core', version: '4.4.4' // MIT
implementation group: 'com.konghq', name: 'unirest-object-mappers-gson', version: '4.4.4' // MIT

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

0 comments on commit 821b92c

Please sign in to comment.