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

Jar examples for h:httpclient5-fluent

Description

Apache HttpComponents Client Fluent

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials