How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.wicket</groupId>
<artifactId>paxwicket</artifactId>
<version>5.0.0</version>
</dependency>
Choose a version of org.ops4j.pax.wicket : paxwicket to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
paxwicket-5.0.0
|
||
paxwicket-5.0.0-RC1
|
|||
4.0.x |
paxwicket-4.0.0
|
||
3.0.x |
paxwicket-3.0.4
|
||
paxwicket-3.0.2
|
|||
paxwicket-3.0.1
|
|||
paxwicket-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.wicket</groupId>
<artifactId>paxwicket</artifactId>
<version>5.0.0</version>
</dependency>
Advertisement