a

aether-transport-classpath

A transport implementation for repositories using classpath:// URLs.
Files download
File Operation
aether-transport-classpath-1.1.0.jar download
aether-transport-classpath-1.1.0.pom download
aether-transport-classpath-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether-transport-classpath</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether-transport-classpath:1.1.0'
Gradle Kotlin
implementation("org.eclipse.aether:aether-transport-classpath:1.1.0")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether-transport-classpath" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether-transport-classpath', version='1.1.0')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether-transport-classpath" rev="1.1.0" />
Leiningen
[org.eclipse.aether/aether-transport-classpath "1.1.0"]
Apache Buildr
'org.eclipse.aether:aether-transport-classpath:jar:1.1.0'