MVN

org.eclipse.aether : aether-ant-tasks

Maven & Gradle

Nov 15, 2014

Aether Ant Tasks · Ant tasks handling Maven artifacts using Aether and Maven Aether Provider.

<dependency>
    <groupId>org.eclipse.aether</groupId>
    <artifactId>aether-ant-tasks</artifactId>
    <version>1.0.1.v20141111</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.aether : aether-ant-tasks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.v20141111

All Versions

Choose a version of org.eclipse.aether : aether-ant-tasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
aether-ant-tasks-1.0.1.v20141111
aether-ant-tasks-1.0.0.v20140518
0.9.x
aether-ant-tasks-0.9.0.v20140226
aether-ant-tasks-0.9.0.M4
aether-ant-tasks-0.9.0.M3

How to add a dependency to Maven

Add the following org.eclipse.aether : aether-ant-tasks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.aether</groupId>
    <artifactId>aether-ant-tasks</artifactId>
    <version>1.0.1.v20141111</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.aether : aether-ant-tasks gradle dependency to your build.gradle file:

implementation 'org.eclipse.aether:aether-ant-tasks:1.0.1.v20141111'

Gradle Kotlin DSL: Add the following org.eclipse.aether : aether-ant-tasks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.aether:aether-ant-tasks:1.0.1.v20141111")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.aether : aether-ant-tasks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.aether" % "aether-ant-tasks" % "1.0.1.v20141111"

Advertisement