Download httpclientandroidlib-4.3.0.jar file - Jar h

Jar examples for h:httpclientandroidlib

Description

Required by the BellaDati SDK for Android, since the built-in client is outdated.

You can download jar file httpclientandroidlib 4.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add httpclientandroidlib-4.3.0.jar to your project.

<dependency>
   <groupId>com.belladati</groupId>
   <artifactId>httpclientandroidlib</artifactId>
   <version>4.3.0</version>
</dependency>
compile group: 'com.belladati', name: 'httpclientandroidlib', version: '4.3.0'
libraryDependencies += "com.belladati" % "httpclientandroidlib" % "4.3.0"
<dependency org="com.belladati" name="httpclientandroidlib" rev="4.3.0"/>
@Grapes(@Grab(group='com.belladati', module='httpclientandroidlib', version='4.3.0'))
'com.belladati:httpclientandroidlib:jar:4.3.0'

Download

Click the following link to download the jar file.

httpclientandroidlib-4.3.0-javadoc.jar
httpclientandroidlib-4.3.0-sources.jar
httpclientandroidlib-4.3.0.jar
httpclientandroidlib-4.3.0.pom



Related Tutorials