MVN

com.telenav.mesakit : superpom

Maven & Gradle

Mar 31, 2022

The MesaKit super POM depends on the KivaKit super POM and defines dependency versions to help ensure consistent builds.

<dependency>
    <groupId>com.telenav.mesakit</groupId>
    <artifactId>superpom</artifactId>
    <version>0.9.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.13

All Versions

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

Version Vulnerabilities Updated
0.9.x
superpom-0.9.13
superpom-0.9.12

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.telenav.mesakit</groupId>
    <artifactId>superpom</artifactId>
    <version>0.9.13</version>
</dependency>