is not current version
Last Version 1.1.0

org.eclipse.aether:aether-transport-wagon 0.9.0.M4

A transport implementation based on Maven Wagon.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.aether
ArtifactId

ArtifactId

aether-transport-wagon
Version

Version

0.9.0.M4
Type

Type

jar

Download aether-transport-wagon 0.9.0.M4


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