is not current version
Last Version 1.13.1

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

A repository connector implementation based on AsyncHttpClient.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.sonatype.aether
ArtifactId

ArtifactId

aether-connector-asynchttpclient
Version

Version

1.12
Type

Type

jar

Download aether-connector-asynchttpclient 1.12


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