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-beta1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpcomponents-asyncclient</artifactId>
  <version>4.1-beta1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpcomponents-asyncclient:4.1-beta1'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpcomponents-asyncclient:4.1-beta1")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpcomponents-asyncclient" % "4.1-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpcomponents-asyncclient', version='4.1-beta1')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpcomponents-asyncclient" rev="4.1-beta1" />
Leiningen
[org.apache.httpcomponents/httpcomponents-asyncclient "4.1-beta1"]
Apache Buildr
'org.apache.httpcomponents:httpcomponents-asyncclient:jar:4.1-beta1'