is not current version
Last Version 1.1.0

org.eclipse.aether:aether-transport-file 1.0.2.v20150114

A transport implementation for repositories using file:// URLs.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.aether
ArtifactId

ArtifactId

aether-transport-file
Version

Version

1.0.2.v20150114
Type

Type

jar

Download aether-transport-file 1.0.2.v20150114


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