a

aether

The parent and aggregator for the repository system.
http://www.eclipse.org/aether/
Eclipse Public License, Version 1.0
The Eclipse Foundation
Benjamin Bentmann Jason Van Zyl
Files download
File Operation
aether-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether:1.1.0'
Gradle Kotlin
implementation("org.eclipse.aether:aether:1.1.0")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether', version='1.1.0')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether" rev="1.1.0" />
Leiningen
[org.eclipse.aether/aether "1.1.0"]
Apache Buildr
'org.eclipse.aether:aether:jar:1.1.0'
Dependencies
The project has no third-party dependencies