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

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

async-http-client-1.7.6-javadoc.jar
async-http-client-1.7.6-shaded.jar
async-http-client-1.7.6-sources.jar
async-http-client-1.7.6-tests.jar
async-http-client-1.7.6.jar
async-http-client-1.7.6.pom



Related Tutorials