Download async-http-client-2.1.0-RC1.jar file - Jar a

Jar examples for a:async-http-client

Description

Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.

You can download jar file async-http-client 2.1.0-RC1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add async-http-client-2.1.0-RC1.jar to your project.

<dependency>
   <groupId>org.asynchttpclient</groupId>
   <artifactId>async-http-client</artifactId>
   <version>2.1.0-RC1</version>
</dependency>
compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.1.0-RC1'
libraryDependencies += "org.asynchttpclient" % "async-http-client" % "2.1.0-RC1"
<dependency org="org.asynchttpclient" name="async-http-client" rev="2.1.0-RC1"/>
@Grapes(@Grab(group='org.asynchttpclient', module='async-http-client', version='2.1.0-RC1'))
'org.asynchttpclient:async-http-client:jar:2.1.0-RC1'

Download

Click the following link to download the jar file.

async-http-client-2.1.0-RC1-javadoc.jar
async-http-client-2.1.0-RC1-sources.jar
async-http-client-2.1.0-RC1-tests.jar
async-http-client-2.1.0-RC1.jar
async-http-client-2.1.0-RC1.pom



Related Tutorials