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

Jar examples for h:httpclient5

Description

Apache HttpComponents Client

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials