a

async-http-client

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