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

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

async-http-client-2.0.0-alpha14-javadoc.jar
async-http-client-2.0.0-alpha14-sources.jar
async-http-client-2.0.0-alpha14-tests.jar
async-http-client-2.0.0-alpha14.jar
async-http-client-2.0.0-alpha14.pom



Related Tutorials