a

aether-util

A collection of utility classes to ease usage of the repository system.
文件下载
文件名 操作
aether-util-1.0.0.v20140518.jar 下载
aether-util-1.0.0.v20140518.pom 下载
aether-util-1.0.0.v20140518-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether-util</artifactId>
  <version>1.0.0.v20140518</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether-util:1.0.0.v20140518'
Gradle Kotlin
implementation("org.eclipse.aether:aether-util:1.0.0.v20140518")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether-util" % "1.0.0.v20140518"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether-util', version='1.0.0.v20140518')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether-util" rev="1.0.0.v20140518" />
Leiningen
[org.eclipse.aether/aether-util "1.0.0.v20140518"]
Apache Buildr
'org.eclipse.aether:aether-util:jar:1.0.0.v20140518'