is not current version
Last Version 1.13.1

org.sonatype.aether:aether-api 1.1.1

The application programming interface for the repository system.

GroupId

GroupId

org.sonatype.aether
ArtifactId

ArtifactId

aether-api
Version

Version

1.1.1
Type

Type

jar

Download aether-api 1.1.1


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