a

async-http-client-project

The Async Http Client (AHC) library's purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the response.
http://github.com/AsyncHttpClient/async-http-client
Apache License 2.0
Stephane Landelle
文件下载
文件名 操作
async-http-client-project-2.0.36.pom 下载
Apache Maven
<dependency>
  <groupId>org.asynchttpclient</groupId>
  <artifactId>async-http-client-project</artifactId>
  <version>2.0.36</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.asynchttpclient:async-http-client-project:2.0.36'
Gradle Kotlin
implementation("org.asynchttpclient:async-http-client-project:2.0.36")
Scala SBT
libraryDependencies += "org.asynchttpclient" % "async-http-client-project" % "2.0.36"
Groovy Grape
@Grapes(
  @Grab(group='org.asynchttpclient', module='async-http-client-project', version='2.0.36')
)
Apache Ivy
<dependency org="org.asynchttpclient" name="async-http-client-project" rev="2.0.36" />
Leiningen
[org.asynchttpclient/async-http-client-project "2.0.36"]
Apache Buildr
'org.asynchttpclient:async-http-client-project:jar:2.0.36'