Skip to content

Commit ed236bd

Browse files
committed
Taking dependency on json-simple library
1 parent 7b9154e commit ed236bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ dependencies {
2828

2929
// Use Apache HttpClient
3030
compile 'org.apache.httpcomponents:httpclient:4.5.6'
31+
32+
// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
33+
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1'
34+
3135
}
3236

0 commit comments

Comments
 (0)