MVN

cactus : cactus-framework

Maven & Gradle

Sep 20, 2005
<dependency>
    <groupId>cactus</groupId>
    <artifactId>cactus-framework</artifactId>
    <version>13-1.5dev-20030407</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 13-1.5dev-20030407

All Versions

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

Version Vulnerabilities Updated
13
cactus-framework-13-1.5dev-20030407
cactus-framework-13-1.5dev-20030322

How to add a dependency to Maven

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

<dependency>
    <groupId>cactus</groupId>
    <artifactId>cactus-framework</artifactId>
    <version>13-1.5dev-20030407</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cactus:cactus-framework:13-1.5dev-20030407'

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

implementation("cactus:cactus-framework:13-1.5dev-20030407")

How to add a dependency to SBT Scala

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

libraryDependencies += "cactus" % "cactus-framework" % "13-1.5dev-20030407"