a

aether-parent

The parent and aggregator for the repository system.
http://aether.sonatype.org/
The Apache Software License, Version 2.0
Sonatype, Inc.
Files download
File Operation
aether-parent-1.7.pom download
Apache Maven
<dependency>
  <groupId>org.sonatype.aether</groupId>
  <artifactId>aether-parent</artifactId>
  <version>1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonatype.aether:aether-parent:1.7'
Gradle Kotlin
implementation("org.sonatype.aether:aether-parent:1.7")
Scala SBT
libraryDependencies += "org.sonatype.aether" % "aether-parent" % "1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.aether', module='aether-parent', version='1.7')
)
Apache Ivy
<dependency org="org.sonatype.aether" name="aether-parent" rev="1.7" />
Leiningen
[org.sonatype.aether/aether-parent "1.7"]
Apache Buildr
'org.sonatype.aether:aether-parent:jar:1.7'