a

aether-transport-http

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