How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.coding.chenxiaobo</groupId>
<artifactId>parent</artifactId>
<version>1.2.2.RELEASE</version>
</dependency>
Choose a version of net.coding.chenxiaobo : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
parent-1.2.2.RELEASE
|
||
parent-1.2.1.RELEASE
|
|||
parent-1.2.0.RELEASE
|
|||
1.0.x |
parent-1.0.1.RELEASE
|
||
parent-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.coding.chenxiaobo</groupId>
<artifactId>parent</artifactId>
<version>1.2.2.RELEASE</version>
</dependency>
Advertisement