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