<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-connector-asynchttpclient</artifactId>
<version>1.9</version>
</dependency>
@Grapes(
@Grab(group='org.sonatype.aether', module='aether-connector-asynchttpclient', version='1.9')
)
<dependency org="org.sonatype.aether" name="aether-connector-asynchttpclient" rev="1.9" />
<parent> <groupId>org.sonatype.aether</groupId> <artifactId>aether-parent</artifactId> <version>1.9</version> </parent>
compile
|-- org.sonatype.aether:aether-api
|-- org.sonatype.aether:aether-spi
|-- org.sonatype.aether:aether-util
|-- com.ning:async-http-client:1.4.1
provided
|-- org.codehaus.plexus:plexus-component-annotations
test
|-- org.sonatype.aether:aether-test-util
|-- org.mortbay.jetty:jetty:6.1.25
|-- org.sonatype.http-testing-harness:junit-runner:0.3