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.0.0.v20140518.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether</artifactId>
  <version>1.0.0.v20140518</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether:1.0.0.v20140518'
Gradle Kotlin
implementation("org.eclipse.aether:aether:1.0.0.v20140518")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether" % "1.0.0.v20140518"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether', version='1.0.0.v20140518')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether" rev="1.0.0.v20140518" />
Leiningen
[org.eclipse.aether/aether "1.0.0.v20140518"]
Apache Buildr
'org.eclipse.aether:aether:jar:1.0.0.v20140518'
Dependencies
The project has no third-party dependencies