Download httpclient-android-4.3.5.jar file - Jar h

Jar examples for h:httpclient-android

Description

You can download jar file httpclient-android 4.3.5 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

httpclient-android-4.3.5-javadoc.jar
httpclient-android-4.3.5-sources.jar
httpclient-android-4.3.5.jar
httpclient-android-4.3.5.pom



Related Tutorials