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/sonatype/async-http-client
Apache License 2.0
Brian McCallister Jeanfrancois Arcand Thomas Dudziak Hubert Iwaniuk
文件下载
文件名 操作
async-http-client-1.6.4.jar 下载
async-http-client-1.6.4.pom 下载
async-http-client-1.6.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ning</groupId>
  <artifactId>async-http-client</artifactId>
  <version>1.6.4</version>
</dependency>
Gradle Groovy
implementation 'com.ning:async-http-client:1.6.4'
Gradle Kotlin
implementation("com.ning:async-http-client:1.6.4")
Scala SBT
libraryDependencies += "com.ning" % "async-http-client" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.ning', module='async-http-client', version='1.6.4')
)
Apache Ivy
<dependency org="com.ning" name="async-http-client" rev="1.6.4" />
Leiningen
[com.ning/async-http-client "1.6.4"]
Apache Buildr
'com.ning:async-http-client:jar:1.6.4'