We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38f977 commit 266331eCopy full SHA for 266331e
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
testImplementation 'junit:junit:4.12'
28
29
// Use Apache HttpClient
30
- compile 'org.apache.httpcomponents:httpclient:4.5.6'
+ api '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'
0 commit comments