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.9.38.jar download
async-http-client-1.9.38.pom download
async-http-client-1.9.38-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ning</groupId>
  <artifactId>async-http-client</artifactId>
  <version>1.9.38</version>
</dependency>
Gradle Groovy
implementation 'com.ning:async-http-client:1.9.38'
Gradle Kotlin
implementation("com.ning:async-http-client:1.9.38")
Scala SBT
libraryDependencies += "com.ning" % "async-http-client" % "1.9.38"
Groovy Grape
@Grapes(
  @Grab(group='com.ning', module='async-http-client', version='1.9.38')
)
Apache Ivy
<dependency org="com.ning" name="async-http-client" rev="1.9.38" />
Leiningen
[com.ning/async-http-client "1.9.38"]
Apache Buildr
'com.ning:async-http-client:jar:1.9.38'