Download asynchttpclient-1.5.jar file - Jar a

Jar examples for a:asynchttpclient

Description

An android AsyncHttpClient based on RESTful methods

You can download jar file asynchttpclient 1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add asynchttpclient-1.5.jar to your project.

<dependency>
   <groupId>net.callumtaylor.asynchttp</groupId>
   <artifactId>asynchttpclient</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'net.callumtaylor.asynchttp', name: 'asynchttpclient', version: '1.5'
libraryDependencies += "net.callumtaylor.asynchttp" % "asynchttpclient" % "1.5"
<dependency org="net.callumtaylor.asynchttp" name="asynchttpclient" rev="1.5"/>
@Grapes(@Grab(group='net.callumtaylor.asynchttp', module='asynchttpclient', version='1.5'))
'net.callumtaylor.asynchttp:asynchttpclient:jar:1.5'

Download

Click the following link to download the jar file.

asynchttpclient-1.5-javadoc.jar
asynchttpclient-1.5-sources.jar
asynchttpclient-1.5.pom



Related Tutorials