Last Version

Asynchronous Http Client 1.9.40

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

License

License

Categories

Categories

CLI User Interface Async Http Client Net HTTP Clients
GroupId

GroupId

com.ning
ArtifactId

ArtifactId

async-http-client
Version

Version

1.9.40
Type

Type

jar
Description

Description

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

Project URL

http://github.com/AsyncHttpClient/async-http-client
Source Code Management

Source Code Management

https://github.com/AsyncHttpClient/async-http-client

Download async-http-client 1.9.40


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

Dependencies

compile (5)

Group / Artifact Type Version
io.netty : netty jar 3.10.6.Final
org.glassfish.grizzly : connection-pool Optional jar 2.3.26
org.glassfish.grizzly : grizzly-websockets Optional jar 2.3.26
org.slf4j : slf4j-api jar 1.7.12
com.google.guava : guava Optional jar 11.0.2

test (13)

Group / Artifact Type Version
org.glassfish.grizzly : grizzly-http-server jar 2.3.26
ch.qos.logback : logback-classic jar 1.1.3
log4j : log4j jar 1.2.17
org.testng : testng jar 6.8.8
org.eclipse.jetty : jetty-server jar 8.1.1.v20120215
org.eclipse.jetty : jetty-servlet jar 8.1.1.v20120215
org.eclipse.jetty : jetty-websocket jar 8.1.1.v20120215
org.eclipse.jetty : jetty-servlets jar 8.1.1.v20120215
org.eclipse.jetty : jetty-security jar 8.1.1.v20120215
org.apache.tomcat : coyote jar 6.0.29
org.apache.tomcat : catalina jar 6.0.29
commons-io : commons-io jar 2.0.1
commons-fileupload : commons-fileupload jar 1.2.2

Project Modules

There are no modules declared in this project.