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

Jar examples for h:httpclient5

Description

Apache HttpComponents Client

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials