is not current version
Last Version 1.13.1

org.sonatype.aether:aether-impl 1.11

An implementation of the repository system.

GroupId

GroupId

org.sonatype.aether
ArtifactId

ArtifactId

aether-impl
Version

Version

1.11
Type

Type

jar

Download aether-impl 1.11


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