is not current version
Last Version 1.0.1.v20141111

org.eclipse.aether:aether-ant-tasks 0.9.0.M4

Ant tasks handling Maven artifacts using Aether.

Categories

Categories

Ant Build Tools CLI User Interface
GroupId

GroupId

org.eclipse.aether
ArtifactId

ArtifactId

aether-ant-tasks
Version

Version

0.9.0.M4
Type

Type

jar

Download aether-ant-tasks 0.9.0.M4


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