a

aether-api

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