a

async-http-client

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