c

cactus-parent

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://kivakit.org
Apache License, Version 2.0
Jonathan Locke (Luo Shibo) Tim Boudreau Haifeng Zhu
Files download
File Operation
cactus-parent-1.5.40.pom download
Apache Maven
<dependency>
  <groupId>com.telenav.cactus</groupId>
  <artifactId>cactus-parent</artifactId>
  <version>1.5.40</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.telenav.cactus:cactus-parent:1.5.40'
Gradle Kotlin
implementation("com.telenav.cactus:cactus-parent:1.5.40")
Scala SBT
libraryDependencies += "com.telenav.cactus" % "cactus-parent" % "1.5.40"
Groovy Grape
@Grapes(
  @Grab(group='com.telenav.cactus', module='cactus-parent', version='1.5.40')
)
Apache Ivy
<dependency org="com.telenav.cactus" name="cactus-parent" rev="1.5.40" />
Leiningen
[com.telenav.cactus/cactus-parent "1.5.40"]
Apache Buildr
'com.telenav.cactus:cactus-parent:jar:1.5.40'