Download httpclient-4.1-beta1.jar file - Jar h

Jar examples for h:httpclient

Description

An example GWT Angular module demonstrating the use of HTTP client.

You can download jar file httpclient 4.1-beta1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add httpclient-4.1-beta1.jar to your project.

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

Download

Click the following link to download the jar file.

httpclient-4.1-beta1-sources.jar
httpclient-4.1-beta1-tests.jar
httpclient-4.1-beta1.jar
httpclient-4.1-beta1.pom



Related Tutorials