MVN

com.telenav : telenav-superpom-project

Maven & Gradle

Oct 20, 2022

telenav-superpom-project · Intermediate parent pom for all projects that use the cactus-maven-plugin (i.e. everything but cactus, which cannot depend on itself).

<dependency>
    <groupId>com.telenav</groupId>
    <artifactId>telenav-superpom-project</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telenav : telenav-superpom-project to add to Maven - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of com.telenav : telenav-superpom-project to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
telenav-superpom-project-2.0.5
telenav-superpom-project-2.0.4
telenav-superpom-project-2.0.3
telenav-superpom-project-2.0.2
telenav-superpom-project-2.0.1
telenav-superpom-project-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.telenav</groupId>
    <artifactId>telenav-superpom-project</artifactId>
    <version>2.0.5</version>
</dependency>