Download httpclient-4.3.4.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.3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>cz.msebera.android</groupId>
   <artifactId>httpclient</artifactId>
   <version>4.3.4</version>
</dependency>
compile group: 'cz.msebera.android', name: 'httpclient', version: '4.3.4'
libraryDependencies += "cz.msebera.android" % "httpclient" % "4.3.4"
<dependency org="cz.msebera.android" name="httpclient" rev="4.3.4"/>
@Grapes(@Grab(group='cz.msebera.android', module='httpclient', version='4.3.4'))
'cz.msebera.android:httpclient:jar:4.3.4'

Download

Click the following link to download the jar file.

httpclient-4.3.4-javadoc.jar
httpclient-4.3.4-sources.jar
httpclient-4.3.4-tests.jar
httpclient-4.3.4.jar
httpclient-4.3.4.pom



Related Tutorials