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>
Choose a version of com.telenav.cactus.metadata : cactusmetadata-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
cactusmetadata-parent-1.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.telenav.cactus.metadata</groupId>
<artifactId>cactusmetadata-parent</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement