is not current version
Last Version 4.1.5

org.apache.httpcomponents:httpcomponents-asyncclient 4.0.2

Components to build asynchronous client side HTTP services

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcomponents-asyncclient
Version

Version

4.0.2
Type

Type

pom

Download httpcomponents-asyncclient 4.0.2


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcomponents-asyncclient/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcomponents-asyncclient</artifactId>
    <version>4.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcomponents-asyncclient/
implementation 'org.apache.httpcomponents:httpcomponents-asyncclient:4.0.2'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcomponents-asyncclient/
implementation ("org.apache.httpcomponents:httpcomponents-asyncclient:4.0.2")
'org.apache.httpcomponents:httpcomponents-asyncclient:pom:4.0.2'
<dependency org="org.apache.httpcomponents" name="httpcomponents-asyncclient" rev="4.0.2">
  <artifact name="httpcomponents-asyncclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcomponents-asyncclient', version='4.0.2')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcomponents-asyncclient" % "4.0.2"
[org.apache.httpcomponents/httpcomponents-asyncclient "4.0.2"]