<dependency> <groupId>com.mashape.unirest</groupId> <artifactId>unirest-java</artifactId> <version>1.4.5</version> </dependency>
implementation 'com.mashape.unirest:unirest-java:1.4.5'
implementation("com.mashape.unirest:unirest-java:1.4.5")
libraryDependencies += "com.mashape.unirest" % "unirest-java" % "1.4.5"
@Grapes( @Grab(group='com.mashape.unirest', module='unirest-java', version='1.4.5') )
<dependency org="com.mashape.unirest" name="unirest-java" rev="1.4.5" />
[com.mashape.unirest/unirest-java "1.4.5"]
'com.mashape.unirest:unirest-java:jar:1.4.5'
<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