MVN

ant4eclipse : ant4eclipse

Maven & Gradle

Jul 29, 2011
4 usages

ant4eclipse Tasks · A collection of tasks for Apache Ant that parse eclipse metadata

<dependency>
    <groupId>ant4eclipse</groupId>
    <artifactId>ant4eclipse</artifactId>
    <version>0.5.0.rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ant4eclipse : ant4eclipse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0.rc1
  • Latest Release Candidate: 0.5.0.rc1

All Versions

Choose a version of ant4eclipse : ant4eclipse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
ant4eclipse-0.5.0.rc1

How to add a dependency to Maven

Add the following ant4eclipse : ant4eclipse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ant4eclipse</groupId>
    <artifactId>ant4eclipse</artifactId>
    <version>0.5.0.rc1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ant4eclipse : ant4eclipse gradle dependency to your build.gradle file:

implementation 'ant4eclipse:ant4eclipse:0.5.0.rc1'

Gradle Kotlin DSL: Add the following ant4eclipse : ant4eclipse gradle kotlin dependency to your build.gradle.kts file:

implementation("ant4eclipse:ant4eclipse:0.5.0.rc1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ant4eclipse : ant4eclipse sbt scala dependency to your build.sbt file:

libraryDependencies += "ant4eclipse" % "ant4eclipse" % "0.5.0.rc1"

Advertisement