Jar examples for h:httpclient
An example GWT Angular module demonstrating the use of HTTP client.
You can download jar file httpclient 4.3-beta1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add httpclient-4.3-beta1.jar to your project.
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3-beta1</version> </dependency>
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3-beta1'
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.3-beta1"
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.3-beta1"/>
@Grapes(@Grab(group='org.apache.httpcomponents', module='httpclient', version='4.3-beta1'))
'org.apache.httpcomponents:httpclient:jar:4.3-beta1'
Click the following link to download the jar file.
httpclient-4.3-beta1-javadoc.jar