<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>unirest-java</artifactId>
<version>0.0.6</version>
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='unirest-java', version='0.0.6')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.bingoohuang:java-utils:0.0.4
|-- com.google.guava:guava:18.0
|-- org.springframework:spring-web:4.1.6.RELEASE
|-- org.apache.httpcomponents:httpclient:4.3.6
|-- org.apache.httpcomponents:httpasyncclient:4.0.2
|-- org.apache.httpcomponents:httpmime:4.3.6
test
|-- junit:junit:4.12