a

aether-util

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