is not current version
Last Version 1.0.1.v20141111

org.eclipse.aether:aether-ant-tasks 1.0.0.v20140518

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

1.0.0.v20140518
Type

Type

jar

Download aether-ant-tasks 1.0.0.v20140518


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