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
文件下载
文件名 操作
aether-0.9.0.M4.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether</artifactId>
  <version>0.9.0.M4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether:0.9.0.M4'
Gradle Kotlin
implementation("org.eclipse.aether:aether:0.9.0.M4")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether" % "0.9.0.M4"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether', version='0.9.0.M4')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether" rev="0.9.0.M4" />
Leiningen
[org.eclipse.aether/aether "0.9.0.M4"]
Apache Buildr
'org.eclipse.aether:aether:jar:0.9.0.M4'
本项目依赖
该项目无第三方依赖