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

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials