<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.0-beta4</version>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpasyncclient', version='4.0-beta4')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-asyncclient</artifactId> <version>4.0-beta4</version> </parent>
compile
|-- org.apache.httpcomponents:httpcore
|-- org.apache.httpcomponents:httpcore-nio
|-- org.apache.httpcomponents:httpclient
|-- commons-logging:commons-logging
test
|-- junit:junit