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

org.eclipse.aether:aether-api 1.0.1.v20141111

The application programming interface for the repository system.

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

aether-api
Версия

Версия

1.0.1.v20141111
Тип

Тип

jar

Скачать aether-api 1.0.1.v20141111


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