is not current version
Last Version 4.1.5

org.apache.httpcomponents:httpasyncclient 4.1.3

Apache HttpComponents AsyncClient

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpasyncclient
Version

Version

4.1.3
Type

Type

jar

Download httpasyncclient 4.1.3


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