How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.16</version>
</dependency>
Choose a version of org.commonjava.maven.ext : pom-manipulation-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.16 |
pom-manipulation-parent-4.16
|
||
4.15 |
pom-manipulation-parent-4.15
|
||
4.14 |
pom-manipulation-parent-4.14
|
||
4.13 |
pom-manipulation-parent-4.13
|
||
4.12 |
pom-manipulation-parent-4.12
|
||
4.11 |
pom-manipulation-parent-4.11
|
||
4.10 |
pom-manipulation-parent-4.10
|
||
4.9 |
pom-manipulation-parent-4.9
|
||
4.8 |
pom-manipulation-parent-4.8
|
||
4.7 |
pom-manipulation-parent-4.7
|
||
4.6 |
pom-manipulation-parent-4.6
|
||
4.5 |
pom-manipulation-parent-4.5
|
||
4.4 |
pom-manipulation-parent-4.4
|
||
4.3 |
pom-manipulation-parent-4.3
|
||
4.2 |
pom-manipulation-parent-4.2
|
||
4.1 |
pom-manipulation-parent-4.1
|
||
4.0 |
pom-manipulation-parent-4.0
|
||
3.8.x |
pom-manipulation-parent-3.8.3
|
||
pom-manipulation-parent-3.8.2
|
|||
pom-manipulation-parent-3.8.1
|
|||
3.8 |
pom-manipulation-parent-3.8
|
||
3.7.x |
pom-manipulation-parent-3.7.1
|
||
3.7 |
pom-manipulation-parent-3.7
|
||
3.6.x |
pom-manipulation-parent-3.6.1
|
||
3.6 |
pom-manipulation-parent-3.6
|
||
3.5.x |
pom-manipulation-parent-3.5.1
|
||
3.5 |
pom-manipulation-parent-3.5
|
||
3.4 |
pom-manipulation-parent-3.4
|
||
3.3.x |
pom-manipulation-parent-3.3.1
|
||
3.3 |
pom-manipulation-parent-3.3
|
||
3.2 |
pom-manipulation-parent-3.2
|
||
3.1 |
pom-manipulation-parent-3.1
|
||
3.0 |
pom-manipulation-parent-3.0
|
||
2.13.x |
pom-manipulation-parent-2.13.1
|
||
2.13 |
pom-manipulation-parent-2.13
|
||
2.12 |
pom-manipulation-parent-2.12
|
||
2.11 |
pom-manipulation-parent-2.11
|
||
2.10 |
pom-manipulation-parent-2.10
|
||
2.9 |
pom-manipulation-parent-2.9
|
||
2.8 |
pom-manipulation-parent-2.8
|
||
2.7.x |
pom-manipulation-parent-2.7.1
|
||
2.7 |
pom-manipulation-parent-2.7
|
||
2.6 |
pom-manipulation-parent-2.6
|
||
2.5 |
pom-manipulation-parent-2.5
|
||
2.4 |
pom-manipulation-parent-2.4
|
||
2.3.x |
pom-manipulation-parent-2.3.1
|
||
2.3 |
pom-manipulation-parent-2.3
|
||
2.2 |
pom-manipulation-parent-2.2
|
||
2.1 |
pom-manipulation-parent-2.1
|
||
2.0 |
pom-manipulation-parent-2.0
|
||
1.17 |
pom-manipulation-parent-1.17
|
||
1.16 |
pom-manipulation-parent-1.16
|
||
1.15 |
pom-manipulation-parent-1.15
|
||
1.14 |
pom-manipulation-parent-1.14
|
||
1.13 |
pom-manipulation-parent-1.13
|
||
1.12 |
pom-manipulation-parent-1.12
|
||
1.11 |
pom-manipulation-parent-1.11
|
||
1.10 |
pom-manipulation-parent-1.10
|
||
1.9.x |
pom-manipulation-parent-1.9.2
|
||
pom-manipulation-parent-1.9.1
|
|||
1.9 |
pom-manipulation-parent-1.9
|
||
1.8 |
pom-manipulation-parent-1.8
|
||
1.7.x |
pom-manipulation-parent-1.7.2
|
||
pom-manipulation-parent-1.7.1
|
|||
1.7 |
pom-manipulation-parent-1.7
|
||
1.6 |
pom-manipulation-parent-1.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.16</version>
</dependency>
Advertisement