Jar examples for h:httpclient5
Apache HttpComponents Client
You can download jar file httpclient5 5.0-beta1 in this page.
Apache License
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'
Click the following link to download the jar file.
httpclient5-5.0-beta1-javadoc.jar