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

org.sonatype.aether:aether-connector-asynchttpclient 1.13

A repository connector implementation based on AsyncHttpClient.

Категории

Категории

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

Группа

org.sonatype.aether
Идентификатор

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

aether-connector-asynchttpclient
Версия

Версия

1.13
Тип

Тип

jar

Скачать aether-connector-asynchttpclient 1.13


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