Download aether-transport-http-1.0.1.v20141111.jar file - Jar a

Jar examples for a:aether-transport-http

Description

A transport implementation for repositories using http:// and https:// URLs.

You can download jar file aether-transport-http 1.0.1.v20141111 in this page.

License

Open Source License

Build File

You can use the following script to add aether-transport-http-1.0.1.v20141111.jar to your project.

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

Download

Click the following link to download the jar file.

aether-transport-http-1.0.1.v20141111-javadoc.jar
aether-transport-http-1.0.1.v20141111-sources.jar
aether-transport-http-1.0.1.v20141111.jar
aether-transport-http-1.0.1.v20141111.pom



Related Tutorials