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

org.apache.httpcomponents:httpasyncclient 4.0-beta4

HttpComponents AsyncClient (base module)

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.apache.httpcomponents
Идентификатор

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

httpasyncclient
Версия

Версия

4.0-beta4
Тип

Тип

jar

Скачать httpasyncclient 4.0-beta4


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