a

aether-test-util

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