не последняя версия
Последняя версия 1.9.40

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

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

Категории

Категории

CLI Взаимодействие с пользователем Async Http Client Сеть HTTP Clients
Группа

Группа

com.ning
Идентификатор

Идентификатор

async-http-client
Версия

Версия

1.9.0-BETA5
Тип

Тип

jar

Скачать async-http-client 1.9.0-BETA5


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