MVN

com.telenav.cactus.metadata : cactusmetadata-parent

Maven & Gradle

Nov 01, 2022
0 stars

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.

<dependency>
    <groupId>com.telenav.cactus.metadata</groupId>
    <artifactId>cactusmetadata-parent</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telenav.cactus.metadata : cactusmetadata-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.telenav.cactus.metadata : cactusmetadata-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cactusmetadata-parent-1.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.telenav.cactus.metadata</groupId>
    <artifactId>cactusmetadata-parent</artifactId>
    <version>1.0.3</version>
</dependency>