a

aether-test-util

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