How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.ftlines.wicket-source</groupId>
<artifactId>wicket-source-parent</artifactId>
<version>7.0.0</version>
</dependency>
Choose a version of net.ftlines.wicket-source : wicket-source-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.0.x |
wicket-source-parent-7.0.0
|
||
6.0.x |
wicket-source-parent-6.0.0.8
|
||
1.5.x |
wicket-source-parent-1.5.0.7
|
||
wicket-source-parent-1.5.0_06
|
|||
1.4.x |
wicket-source-parent-1.4.18.7
|
||
wicket-source-parent-1.4.0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.ftlines.wicket-source</groupId>
<artifactId>wicket-source-parent</artifactId>
<version>7.0.0</version>
</dependency>
Advertisement