MVN

ant : ant-optional

Maven & Gradle

Sep 20, 2005
24 usages
<dependency>
    <groupId>ant</groupId>
    <artifactId>ant-optional</artifactId>
    <version>1.5.3-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.3-1

All Versions

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

Version Vulnerabilities Updated
1.5.x
ant-optional-1.5.3-1
ant-optional-1.5.2
ant-optional-1.5.1
1.5
ant-optional-1.5
1.4.x
ant-optional-1.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>ant</groupId>
    <artifactId>ant-optional</artifactId>
    <version>1.5.3-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ant : ant-optional gradle dependency to your build.gradle file:

implementation 'ant:ant-optional:1.5.3-1'

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

implementation("ant:ant-optional:1.5.3-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ant : ant-optional sbt scala dependency to your build.sbt file:

libraryDependencies += "ant" % "ant-optional" % "1.5.3-1"

Advertisement

Dependencies from Group

ant
Jan 20, 2008
685 usages
Sep 20, 2005
48 usages
Sep 20, 2005
31 usages
Sep 20, 2005
31 usages
Sep 20, 2005
24 usages

Discover Dependencies