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.
https://github.com/AsyncHttpClient/async-http-client
The Apache Software License, Version 2.0
Stephane Landelle Aayush Atharva
文件下载
文件名 操作
async-http-client-project-3.0.0.Beta3.pom 下载
Apache Maven
<dependency>
  <groupId>org.asynchttpclient</groupId>
  <artifactId>async-http-client-project</artifactId>
  <version>3.0.0.Beta3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.asynchttpclient:async-http-client-project:3.0.0.Beta3'
Gradle Kotlin
implementation("org.asynchttpclient:async-http-client-project:3.0.0.Beta3")
Scala SBT
libraryDependencies += "org.asynchttpclient" % "async-http-client-project" % "3.0.0.Beta3"
Groovy Grape
@Grapes(
  @Grab(group='org.asynchttpclient', module='async-http-client-project', version='3.0.0.Beta3')
)
Apache Ivy
<dependency org="org.asynchttpclient" name="async-http-client-project" rev="3.0.0.Beta3" />
Leiningen
[org.asynchttpclient/async-http-client-project "3.0.0.Beta3"]
Apache Buildr
'org.asynchttpclient:async-http-client-project:jar:3.0.0.Beta3'