Download async-http-client-2.0.32.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.0.32 in this page.

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

async-http-client-2.0.32-javadoc.jar
async-http-client-2.0.32-sources.jar
async-http-client-2.0.32-tests.jar
async-http-client-2.0.32.jar
async-http-client-2.0.32.pom



Related Tutorials