a

aether-util

A collection of utility classes to ease usage of the repository system.
Files download
File Operation
aether-util-0.9.0.M2.jar download
aether-util-0.9.0.M2.pom download
aether-util-0.9.0.M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether-util</artifactId>
  <version>0.9.0.M2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether-util:0.9.0.M2'
Gradle Kotlin
implementation("org.eclipse.aether:aether-util:0.9.0.M2")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether-util" % "0.9.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether-util', version='0.9.0.M2')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether-util" rev="0.9.0.M2" />
Leiningen
[org.eclipse.aether/aether-util "0.9.0.M2"]
Apache Buildr
'org.eclipse.aether:aether-util:jar:0.9.0.M2'