c

cactus

The cactus project generates build metadata consumed by KivaKit and other projects, and provides a Maven plugin for performing git operations and manipulating large trees of projects managed through git submodules.
https://www.kivakit.org
Apache License, Version 2.0
Jonathan Locke (Luo Shibo) Tim Boudreau Haifeng Zhu
Files download
File Operation
cactus-1.5.24.pom download
Apache Maven
<dependency>
  <groupId>com.telenav.cactus</groupId>
  <artifactId>cactus</artifactId>
  <version>1.5.24</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.telenav.cactus:cactus:1.5.24'
Gradle Kotlin
implementation("com.telenav.cactus:cactus:1.5.24")
Scala SBT
libraryDependencies += "com.telenav.cactus" % "cactus" % "1.5.24"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav.cactus', module='cactus', version='1.5.24')
)
Apache Ivy
<dependency org="com.telenav.cactus" name="cactus" rev="1.5.24" />
Leiningen
[com.telenav.cactus/cactus "1.5.24"]
Apache Buildr
'com.telenav.cactus:cactus:jar:1.5.24'