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.
http://github.com/AsyncHttpClient/async-http-client
Apache License 2.0
Brian McCallister Jeanfrancois Arcand Thomas Dudziak Hubert Iwaniuk Stephane Landelle
Files download
File Operation
async-http-client-1.7.20.jar download
async-http-client-1.7.20.pom download
async-http-client-1.7.20-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ning</groupId>
  <artifactId>async-http-client</artifactId>
  <version>1.7.20</version>
</dependency>
Gradle Groovy
implementation 'com.ning:async-http-client:1.7.20'
Gradle Kotlin
implementation("com.ning:async-http-client:1.7.20")
Scala SBT
libraryDependencies += "com.ning" % "async-http-client" % "1.7.20"
Groovy Grape
@Grapes(
  @Grab(group='com.ning', module='async-http-client', version='1.7.20')
)
Apache Ivy
<dependency org="com.ning" name="async-http-client" rev="1.7.20" />
Leiningen
[com.ning/async-http-client "1.7.20"]
Apache Buildr
'com.ning:async-http-client:jar:1.7.20'