How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ndviet</groupId>
<artifactId>test-parent-pom</artifactId>
<version>23.8.20</version>
</dependency>
Choose a version of org.ndviet : test-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
23.8.x |
test-parent-pom-23.8.20
|
||
23.6.x |
test-parent-pom-23.6.10
|
||
23.3.x |
test-parent-pom-23.3.29
|
||
test-parent-pom-23.3.25
|
|||
test-parent-pom-23.3.14
|
|||
test-parent-pom-23.3.8
|
|||
23.2.x |
test-parent-pom-23.2.28
|
||
test-parent-pom-23.2.2
|
|||
23.1.x |
test-parent-pom-23.1.23
|
||
test-parent-pom-23.1.22
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ndviet</groupId>
<artifactId>test-parent-pom</artifactId>
<version>23.8.20</version>
</dependency>
Advertisement