Jar examples for h:httpclient
An example GWT Angular module demonstrating the use of HTTP client.
You can download jar file httpclient 4.4-alpha1 in this page.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
httpclient-4.4-alpha1-javadoc.jar