a

aether-utils

Utility library to make simple use cases working with Aether much easier
Jeff Skjonsby
Files download
File Operation
aether-utils-2.0.1.jar download
aether-utils-2.0.1.pom download
aether-utils-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rei.aether</groupId>
  <artifactId>aether-utils</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.rei.aether:aether-utils:2.0.1'
Gradle Kotlin
implementation("com.rei.aether:aether-utils:2.0.1")
Scala SBT
libraryDependencies += "com.rei.aether" % "aether-utils" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.rei.aether', module='aether-utils', version='2.0.1')
)
Apache Ivy
<dependency org="com.rei.aether" name="aether-utils" rev="2.0.1" />
Leiningen
[com.rei.aether/aether-utils "2.0.1"]
Apache Buildr
'com.rei.aether:aether-utils:jar:2.0.1'