Download aether-transport-file-0.9.0.M4.jar file - Jar a

Jar examples for a:aether-transport-file

Description

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

You can download jar file aether-transport-file 0.9.0.M4 in this page.

License

Open Source License

Build File

You can use the following script to add aether-transport-file-0.9.0.M4.jar to your project.

<dependency>
   <groupId>org.eclipse.aether</groupId>
   <artifactId>aether-transport-file</artifactId>
   <version>0.9.0.M4</version>
</dependency>
compile group: 'org.eclipse.aether', name: 'aether-transport-file', version: '0.9.0.M4'
libraryDependencies += "org.eclipse.aether" % "aether-transport-file" % "0.9.0.M4"
<dependency org="org.eclipse.aether" name="aether-transport-file" rev="0.9.0.M4"/>
@Grapes(@Grab(group='org.eclipse.aether', module='aether-transport-file', version='0.9.0.M4'))
'org.eclipse.aether:aether-transport-file:jar:0.9.0.M4'

Download

Click the following link to download the jar file.

aether-transport-file-0.9.0.M4-javadoc.jar
aether-transport-file-0.9.0.M4-sources.jar
aether-transport-file-0.9.0.M4.jar
aether-transport-file-0.9.0.M4.pom



Related Tutorials