a

aether-transport-file

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