<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>jersey-ahc-client</artifactId>
<version>1.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.sonatype.spice', module='jersey-ahc-client', version='1.0.1')
)
<parent> <groupId>org.sonatype.forge</groupId> <artifactId>forge-parent</artifactId> <version>6</version> </parent>
compile
|-- com.sun.jersey:jersey-client:1.5
|-- com.ning:async-http-client:1.6.3
provided
|-- javax.ws.rs:jsr311-api:1.1.1
test
|-- com.sun.xml.bind:jaxb-impl:2.2.3-1
|-- ch.qos.logback:logback-classic:0.9.26