a

aether-test-util

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