MVN

com.telenav : telenav-root-superpom

Maven & Gradle

Nov 08, 2022

telenav-root-superpom · The uber-root telenav superpom, containing global plugin configuration, possibly a few rarely changing dependency management elements and NOTHING ELSE. Anything here must be safe to include in the build of EVERY SINGLE PROJECT.

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

Latest Version

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

  • Latest Stable: 1.0.16

All Versions

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

Version Vulnerabilities Updated
1.0.x
telenav-root-superpom-1.0.16
telenav-root-superpom-1.0.15
telenav-root-superpom-1.0.14
telenav-root-superpom-1.0.13
telenav-root-superpom-1.0.12
telenav-root-superpom-1.0.11
telenav-root-superpom-1.0.10
telenav-root-superpom-1.0.9
telenav-root-superpom-1.0.8
telenav-root-superpom-1.0.7
telenav-root-superpom-1.0.6
telenav-root-superpom-1.0.5
telenav-root-superpom-1.0.4
telenav-root-superpom-1.0.3
telenav-root-superpom-1.0.2
telenav-root-superpom-1.0.1
telenav-root-superpom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.telenav</groupId>
    <artifactId>telenav-root-superpom</artifactId>
    <version>1.0.16</version>
</dependency>