a

async-http-client

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