a

aether-utils

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