How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>root-parent-pom</artifactId>
<version>21.0.0.M1</version>
</dependency>
Choose a version of com.github.lontime : root-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
21.0.x |
root-parent-pom-21.0.0.M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>root-parent-pom</artifactId>
<version>21.0.0.M1</version>
</dependency>
Advertisement