<dependency> <groupId>com.mashape.unirest</groupId> <artifactId>unirest-java</artifactId> <version>1.4.6</version> </dependency>
implementation 'com.mashape.unirest:unirest-java:1.4.6'
implementation("com.mashape.unirest:unirest-java:1.4.6")
libraryDependencies += "com.mashape.unirest" % "unirest-java" % "1.4.6"
@Grapes( @Grab(group='com.mashape.unirest', module='unirest-java', version='1.4.6') )
<dependency org="com.mashape.unirest" name="unirest-java" rev="1.4.6" />
[com.mashape.unirest/unirest-java "1.4.6"]
'com.mashape.unirest:unirest-java:jar:1.4.6'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient:4.3.6
|-- org.apache.httpcomponents:httpasyncclient:4.0.2
|-- org.apache.httpcomponents:httpmime:4.3.6
|-- org.json:json:20140107
test
|-- junit:junit:4.12
|-- commons-io:commons-io:2.4