MVN

cactus : cactus-integration-ant

Maven & Gradle

Nov 06, 2006
<dependency>
    <groupId>cactus</groupId>
    <artifactId>cactus-integration-ant</artifactId>
    <version>1.5dev-20030407</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5dev-20030407

All Versions

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

Version Vulnerabilities Updated
1.5dev
cactus-integration-ant-1.5dev-20030407
cactus-integration-ant-1.5dev-20030322

How to add a dependency to Maven

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

<dependency>
    <groupId>cactus</groupId>
    <artifactId>cactus-integration-ant</artifactId>
    <version>1.5dev-20030407</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cactus:cactus-integration-ant:1.5dev-20030407'

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

implementation("cactus:cactus-integration-ant:1.5dev-20030407")

How to add a dependency to SBT Scala

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

libraryDependencies += "cactus" % "cactus-integration-ant" % "1.5dev-20030407"

Advertisement