a

aether-api

The application programming interface for the repository system.
Files download
File Operation
aether-api-1.8.jar download
aether-api-1.8.pom download
aether-api-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonatype.aether</groupId>
  <artifactId>aether-api</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'org.sonatype.aether:aether-api:1.8'
Gradle Kotlin
implementation("org.sonatype.aether:aether-api:1.8")
Scala SBT
libraryDependencies += "org.sonatype.aether" % "aether-api" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.aether', module='aether-api', version='1.8')
)
Apache Ivy
<dependency org="org.sonatype.aether" name="aether-api" rev="1.8" />
Leiningen
[org.sonatype.aether/aether-api "1.8"]
Apache Buildr
'org.sonatype.aether:aether-api:jar:1.8'