a

aether-ant-tasks

Ant tasks handling Maven artifacts using Aether and Maven Aether Provider.
http://www.eclipse.org/aether/
Eclipse Public License, Version 1.0
The Eclipse Foundation
Benjamin Bentmann Jason Van Zyl
Files download
File Operation
aether-ant-tasks-1.0.1.v20141111.jar download
aether-ant-tasks-1.0.1.v20141111.pom download
aether-ant-tasks-1.0.1.v20141111-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.aether</groupId>
  <artifactId>aether-ant-tasks</artifactId>
  <version>1.0.1.v20141111</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.aether:aether-ant-tasks:1.0.1.v20141111'
Gradle Kotlin
implementation("org.eclipse.aether:aether-ant-tasks:1.0.1.v20141111")
Scala SBT
libraryDependencies += "org.eclipse.aether" % "aether-ant-tasks" % "1.0.1.v20141111"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.aether', module='aether-ant-tasks', version='1.0.1.v20141111')
)
Apache Ivy
<dependency org="org.eclipse.aether" name="aether-ant-tasks" rev="1.0.1.v20141111" />
Leiningen
[org.eclipse.aether/aether-ant-tasks "1.0.1.v20141111"]
Apache Buildr
'org.eclipse.aether:aether-ant-tasks:jar:1.0.1.v20141111'