a

aether-test-util

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