a

async-http-client

The Async Http Client (AHC) classes.
Files download
File Operation
async-http-client-2.12.3.jar download
async-http-client-2.12.3.pom download
async-http-client-2.12.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.asynchttpclient</groupId>
  <artifactId>async-http-client</artifactId>
  <version>2.12.3</version>
</dependency>
Gradle Groovy
implementation 'org.asynchttpclient:async-http-client:2.12.3'
Gradle Kotlin
implementation("org.asynchttpclient:async-http-client:2.12.3")
Scala SBT
libraryDependencies += "org.asynchttpclient" % "async-http-client" % "2.12.3"
Groovy Grape
@Grapes(
  @Grab(group='org.asynchttpclient', module='async-http-client', version='2.12.3')
)
Apache Ivy
<dependency org="org.asynchttpclient" name="async-http-client" rev="2.12.3" />
Leiningen
[org.asynchttpclient/async-http-client "2.12.3"]
Apache Buildr
'org.asynchttpclient:async-http-client:jar:2.12.3'