is not current version
Last Version 1.1.0

org.eclipse.aether:aether-transport-http 1.0.0.v20140518

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

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.aether
ArtifactId

ArtifactId

aether-transport-http
Version

Version

1.0.0.v20140518
Type

Type

jar

Download aether-transport-http 1.0.0.v20140518


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