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

org.eclipse.aether:aether-spi 1.0.0.v20140518

The service provider interface for repository system implementations and repository connectors.

Категории

Категории

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

Группа

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

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

aether-spi
Версия

Версия

1.0.0.v20140518
Тип

Тип

jar

Скачать aether-spi 1.0.0.v20140518


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