is not current version
Last Version 2.12.3

org.asynchttpclient:async-http-client 2.12.1

The Async Http Client (AHC) classes.

Categories

Categories

CLI User Interface Async Http Client Net HTTP Clients
GroupId

GroupId

org.asynchttpclient
ArtifactId

ArtifactId

async-http-client
Version

Version

2.12.1
Type

Type

jar

Download async-http-client 2.12.1


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