is not current version
Last Version 4.1.5

org.apache.httpcomponents:httpcomponents-asyncclient 4.1

Apache 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.1
Type

Type

pom

Download httpcomponents-asyncclient 4.1


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