a

async-http-client

Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.
http://github.com/AsyncHttpClient/async-http-client
Apache License 2.0
Brian McCallister Jeanfrancois Arcand Thomas Dudziak Hubert Iwaniuk Stephane Landelle
文件下载
文件名 操作
async-http-client-1.9.8.jar 下载
async-http-client-1.9.8.pom 下载
async-http-client-1.9.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ning</groupId>
  <artifactId>async-http-client</artifactId>
  <version>1.9.8</version>
</dependency>
Gradle Groovy
implementation 'com.ning:async-http-client:1.9.8'
Gradle Kotlin
implementation("com.ning:async-http-client:1.9.8")
Scala SBT
libraryDependencies += "com.ning" % "async-http-client" % "1.9.8"
Groovy Grape
@Grapes(
  @Grab(group='com.ning', module='async-http-client', version='1.9.8')
)
Apache Ivy
<dependency org="com.ning" name="async-http-client" rev="1.9.8" />
Leiningen
[com.ning/async-http-client "1.9.8"]
Apache Buildr
'com.ning:async-http-client:jar:1.9.8'