a

aether-spi

The service provider interface for repository system implementations and repository connectors.
文件下载
文件名 操作
aether-spi-0.9.0.M1.jar 下载
aether-spi-0.9.0.M1.pom 下载
aether-spi-0.9.0.M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether-spi</artifactId>
  <version>0.9.0.M1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether-spi:0.9.0.M1'
Gradle Kotlin
implementation("org.eclipse.aether:aether-spi:0.9.0.M1")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether-spi" % "0.9.0.M1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether-spi', version='0.9.0.M1')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether-spi" rev="0.9.0.M1" />
Leiningen
[org.eclipse.aether/aether-spi "0.9.0.M1"]
Apache Buildr
'org.eclipse.aether:aether-spi:jar:0.9.0.M1'