is not current version
Last Version 4.1.5

org.apache.httpcomponents:httpasyncclient 4.0.2

HttpComponents AsyncClient

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpasyncclient
Version

Version

4.0.2
Type

Type

jar

Download httpasyncclient 4.0.2


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