MVN

com.telenav : telenav-superpom-intermediate-bom

Maven & Gradle

Oct 20, 2022

telenav-superpom-intermediate-bom · Parent pom _only_ for use in intermediate bill-of-materials POMs that sit below project family checkout roots. Disables javadoc aggregation for these intermediate POMs which do not need it, and for which it will fail.

<dependency>
    <groupId>com.telenav</groupId>
    <artifactId>telenav-superpom-intermediate-bom</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.3

All Versions

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

Version Vulnerabilities Updated
2.0.x
telenav-superpom-intermediate-bom-2.0.3
telenav-superpom-intermediate-bom-2.0.2
telenav-superpom-intermediate-bom-2.0.1
telenav-superpom-intermediate-bom-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.telenav</groupId>
    <artifactId>telenav-superpom-intermediate-bom</artifactId>
    <version>2.0.3</version>
</dependency>