How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.warp</groupId>
<artifactId>pax-warp-dist</artifactId>
<version>0.7.0</version>
</dependency>
Choose a version of org.ops4j.pax.warp : pax-warp-dist to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
pax-warp-dist-0.7.0
|
||
0.6.x |
pax-warp-dist-0.6.2
|
||
pax-warp-dist-0.6.1
|
|||
pax-warp-dist-0.6.0
|
|||
0.5.x |
pax-warp-dist-0.5.0
|
||
0.4.x |
pax-warp-dist-0.4.0
|
||
0.3.x |
pax-warp-dist-0.3.0
|
||
0.2.x |
pax-warp-dist-0.2.0
|
||
0.1.x |
pax-warp-dist-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.warp</groupId>
<artifactId>pax-warp-dist</artifactId>
<version>0.7.0</version>
</dependency>
Advertisement