a

aether-test-util

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