is not current version
Last Version 1.11

org.sonatype.aether:aether-parent 1.0

The parent and aggregator for the repository system.

GroupId

GroupId

org.sonatype.aether
ArtifactId

ArtifactId

aether-parent
Version

Version

1.0
Type

Type

pom

Download aether-parent 1.0

Filename Size
aether-parent-1.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.sonatype.aether/aether-parent/ -->
<dependency>
    <groupId>org.sonatype.aether</groupId>
    <artifactId>aether-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-parent/
implementation 'org.sonatype.aether:aether-parent:1.0'
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-parent/
implementation ("org.sonatype.aether:aether-parent:1.0")
'org.sonatype.aether:aether-parent:pom:1.0'
<dependency org="org.sonatype.aether" name="aether-parent" rev="1.0">
  <artifact name="aether-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.aether', module='aether-parent', version='1.0')
)
libraryDependencies += "org.sonatype.aether" % "aether-parent" % "1.0"
[org.sonatype.aether/aether-parent "1.0"]