h

httpasyncclient

Apache HttpComponents AsyncClient
http://hc.apache.org/httpcomponents-asyncclient
文件下载
文件名 操作
httpasyncclient-4.1.4.jar 下载
httpasyncclient-4.1.4.pom 下载
httpasyncclient-4.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpasyncclient</artifactId>
  <version>4.1.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpasyncclient:4.1.4'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpasyncclient:4.1.4")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpasyncclient" % "4.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpasyncclient', version='4.1.4')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpasyncclient" rev="4.1.4" />
Leiningen
[org.apache.httpcomponents/httpasyncclient "4.1.4"]
Apache Buildr
'org.apache.httpcomponents:httpasyncclient:jar:4.1.4'