MVN

com.telenav.cactus : cactus-tasks

Maven & Gradle

Nov 13, 2022
0 stars

Provides an abstraction for trees of grouped tasks which can be run in order, where each task can optionally supply some code to roll back what it did in the event it or a subsequent task fails.

<dependency>
    <groupId>com.telenav.cactus</groupId>
    <artifactId>cactus-tasks</artifactId>
    <version>1.5.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telenav.cactus : cactus-tasks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.49

All Versions

Choose a version of com.telenav.cactus : cactus-tasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
cactus-tasks-1.5.49
cactus-tasks-1.5.48
cactus-tasks-1.5.47
cactus-tasks-1.5.46
cactus-tasks-1.5.45
cactus-tasks-1.5.44
cactus-tasks-1.5.43
cactus-tasks-1.5.42
cactus-tasks-1.5.41
cactus-tasks-1.5.40
cactus-tasks-1.5.39
cactus-tasks-1.5.38
cactus-tasks-1.5.37
cactus-tasks-1.5.36
cactus-tasks-1.5.35
cactus-tasks-1.5.34
cactus-tasks-1.5.33
cactus-tasks-1.5.32
cactus-tasks-1.5.31
cactus-tasks-1.5.30
cactus-tasks-1.5.29
cactus-tasks-1.5.28
cactus-tasks-1.5.27
cactus-tasks-1.5.26
cactus-tasks-1.5.25
cactus-tasks-1.5.24

How to add a dependency to Maven

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

<dependency>
    <groupId>com.telenav.cactus</groupId>
    <artifactId>cactus-tasks</artifactId>
    <version>1.5.49</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.telenav.cactus:cactus-tasks:1.5.49'

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

implementation("com.telenav.cactus:cactus-tasks:1.5.49")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.telenav.cactus" % "cactus-tasks" % "1.5.49"

Advertisement