How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-extension-tx-parent-pom</artifactId>
<version>2.0.1</version>
</dependency>
Choose a version of org.codehaus.fabric3 : fabric3-extension-tx-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
fabric3-extension-tx-parent-pom-2.0.1
|
||
fabric3-extension-tx-parent-pom-2.0.0
|
|||
1.9.x |
fabric3-extension-tx-parent-pom-1.9.6
|
||
fabric3-extension-tx-parent-pom-1.9.5
|
|||
1.9 |
fabric3-extension-tx-parent-pom-1.9
|
||
1.8.x |
fabric3-extension-tx-parent-pom-1.8.1
|
||
1.8 |
fabric3-extension-tx-parent-pom-1.8
|
||
1.7 |
fabric3-extension-tx-parent-pom-1.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-extension-tx-parent-pom</artifactId>
<version>2.0.1</version>
</dependency>
Advertisement