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