h

httpcomponents-asyncclient

Components to build asynchronous client side HTTP services
http://hc.apache.org/httpcomponents-asyncclient
Apache License
The Apache Software Foundation
文件下载
文件名 操作
httpcomponents-asyncclient-4.0-beta4.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpcomponents-asyncclient</artifactId>
  <version>4.0-beta4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpcomponents-asyncclient:4.0-beta4'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpcomponents-asyncclient:4.0-beta4")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpcomponents-asyncclient" % "4.0-beta4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpcomponents-asyncclient', version='4.0-beta4')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpcomponents-asyncclient" rev="4.0-beta4" />
Leiningen
[org.apache.httpcomponents/httpcomponents-asyncclient "4.0-beta4"]
Apache Buildr
'org.apache.httpcomponents:httpcomponents-asyncclient:jar:4.0-beta4'