How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-modules-parent-pom</artifactId>
<version>1.9.6</version>
</dependency>
Choose a version of org.codehaus.fabric3 : fabric3-modules-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
fabric3-modules-parent-pom-1.9.6
|
||
fabric3-modules-parent-pom-1.9.5
|
|||
1.9 |
fabric3-modules-parent-pom-1.9
|
||
1.8.x |
fabric3-modules-parent-pom-1.8.1
|
||
1.8 |
fabric3-modules-parent-pom-1.8
|
||
1.7 |
fabric3-modules-parent-pom-1.7
|
||
1.6 |
fabric3-modules-parent-pom-1.6
|
||
1.5 |
fabric3-modules-parent-pom-1.5
|
||
1.4 |
fabric3-modules-parent-pom-1.4
|
||
1.3 |
fabric3-modules-parent-pom-1.3
|
||
1.2 |
fabric3-modules-parent-pom-1.2
|
||
1.1 |
fabric3-modules-parent-pom-1.1
|
||
1.0 |
fabric3-modules-parent-pom-1.0
|
||
0.7 |
fabric3-modules-parent-pom-0.7
|
||
0.6.x |
fabric3-modules-parent-pom-0.6.5
|
||
0.6 |
fabric3-modules-parent-pom-0.6
|
||
0.5.x |
fabric3-modules-parent-pom-0.5.1
|
||
0.5 |
fabric3-modules-parent-pom-0.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-modules-parent-pom</artifactId>
<version>1.9.6</version>
</dependency>
Advertisement