Download httpclient5-cache-5.0-beta1.jar file - Jar h

Jar examples for h:httpclient5-cache

Description

Apache HttpComponents HttpClient Cache

You can download jar file httpclient5-cache 5.0-beta1 in this page.

License

Apache License

Build File

You can use the following script to add httpclient5-cache-5.0-beta1.jar to your project.

<dependency>
   <groupId>org.apache.httpcomponents.client5</groupId>
   <artifactId>httpclient5-cache</artifactId>
   <version>5.0-beta1</version>
</dependency>
compile group: 'org.apache.httpcomponents.client5', name: 'httpclient5-cache', version: '5.0-beta1'
libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-cache" % "5.0-beta1"
<dependency org="org.apache.httpcomponents.client5" name="httpclient5-cache" rev="5.0-beta1"/>
@Grapes(@Grab(group='org.apache.httpcomponents.client5', module='httpclient5-cache', version='5.0-beta1'))
'org.apache.httpcomponents.client5:httpclient5-cache:jar:5.0-beta1'

Download

Click the following link to download the jar file.

httpclient5-cache-5.0-beta1-javadoc.jar
httpclient5-cache-5.0-beta1-sources.jar
httpclient5-cache-5.0-beta1-tests.jar
httpclient5-cache-5.0-beta1.jar
httpclient5-cache-5.0-beta1.pom



Related Tutorials