Download httpclient-4.4-alpha1.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.4-alpha1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

httpclient-4.4-alpha1-javadoc.jar
httpclient-4.4-alpha1-sources.jar
httpclient-4.4-alpha1-tests.jar
httpclient-4.4-alpha1.jar
httpclient-4.4-alpha1.pom



Related Tutorials