<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>4.3.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient-cache', version='4.3.2')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> <version>4.3.2</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient
|-- commons-logging:commons-logging
|-- net.sf.ehcache:ehcache-core
|-- spy:spymemcached
test
|-- junit:junit