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