h

httpcomponents-asyncclient

Apache components to build asynchronous client side HTTP services
http://hc.apache.org/httpcomponents-asyncclient
Apache License, Version 2.0
The Apache Software Foundation
Files download
File Operation
httpcomponents-asyncclient-4.1.4.pom download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpcomponents-asyncclient</artifactId>
  <version>4.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpcomponents-asyncclient:4.1.4'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpcomponents-asyncclient:4.1.4")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpcomponents-asyncclient" % "4.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpcomponents-asyncclient', version='4.1.4')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpcomponents-asyncclient" rev="4.1.4" />
Leiningen
[org.apache.httpcomponents/httpcomponents-asyncclient "4.1.4"]
Apache Buildr
'org.apache.httpcomponents:httpcomponents-asyncclient:jar:4.1.4'