is not current version
Last Version 1.9.40

com.ning:async-http-client 1.9.0-BETA19

Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.

Categories

Categories

CLI User Interface Async Http Client Net HTTP Clients
GroupId

GroupId

com.ning
ArtifactId

ArtifactId

async-http-client
Version

Version

1.9.0-BETA19
Type

Type

jar

Download async-http-client 1.9.0-BETA19


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