<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient-cache</artifactId>
<version>4.1.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpasyncclient-cache', version='4.1.1')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-asyncclient</artifactId> <version>4.1.1</version> </parent>
compile
|-- org.apache.httpcomponents:httpasyncclient
|-- org.apache.httpcomponents:httpclient-cache
test
|-- org.apache.httpcomponents:httpclient-cache
|-- junit:junit