How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-context-parent</artifactId>
<version>6.30.0</version>
</dependency>
Choose a version of org.wicketstuff : wicketstuff-context-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.30.x |
wicketstuff-context-parent-6.30.0
|
||
6.28.x |
wicketstuff-context-parent-6.28.0
|
||
6.26.x |
wicketstuff-context-parent-6.26.0
|
||
6.25.x |
wicketstuff-context-parent-6.25.0
|
||
6.24.x |
wicketstuff-context-parent-6.24.0
|
||
6.23.x |
wicketstuff-context-parent-6.23.0
|
||
6.22.x |
wicketstuff-context-parent-6.22.0
|
||
6.21.x |
wicketstuff-context-parent-6.21.0
|
||
6.20.x |
wicketstuff-context-parent-6.20.0
|
||
6.19.x |
wicketstuff-context-parent-6.19.0
|
||
6.18.x |
wicketstuff-context-parent-6.18.0
|
||
6.17.x |
wicketstuff-context-parent-6.17.0
|
||
6.16.x |
wicketstuff-context-parent-6.16.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-context-parent</artifactId>
<version>6.30.0</version>
</dependency>
Advertisement