Jar examples for a:async-http-client
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.29 in this page.
Apache License 2.0
You can use the following script to add async-http-client-2.0.29.jar to your project.
<dependency> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client</artifactId> <version>2.0.29</version> </dependency>
compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.0.29'
libraryDependencies += "org.asynchttpclient" % "async-http-client" % "2.0.29"
<dependency org="org.asynchttpclient" name="async-http-client" rev="2.0.29"/>
@Grapes(@Grab(group='org.asynchttpclient', module='async-http-client', version='2.0.29'))
'org.asynchttpclient:async-http-client:jar:2.0.29'
Click the following link to download the jar file.
async-http-client-2.0.29-javadoc.jar