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