h

httpasyncclient

HttpComponents AsyncClient (base module)
http://hc.apache.org/httpcomponents-asyncclient
Files download
File Operation
httpasyncclient-4.0-beta1.jar download
httpasyncclient-4.0-beta1.pom download
httpasyncclient-4.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpasyncclient</artifactId>
  <version>4.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpasyncclient:4.0-beta1'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpasyncclient:4.0-beta1")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpasyncclient" % "4.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpasyncclient', version='4.0-beta1')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpasyncclient" rev="4.0-beta1" />
Leiningen
[org.apache.httpcomponents/httpasyncclient "4.0-beta1"]
Apache Buildr
'org.apache.httpcomponents:httpasyncclient:jar:4.0-beta1'