не последняя версия
Последняя версия 1.11

org.sonatype.aether:aether-parent 1.1

The parent and aggregator for the repository system.

Группа

Группа

org.sonatype.aether
Идентификатор

Идентификатор

aether-parent
Версия

Версия

1.1
Тип

Тип

pom

Скачать aether-parent 1.1

Имя Файла Размер
aether-parent-1.1.pom 5 KB
Обзор

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