How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.ftlines.wicket-fullcalendar</groupId>
<artifactId>wicket-fullcalendar-parent</artifactId>
<version>4.2</version>
</dependency>
Choose a version of net.ftlines.wicket-fullcalendar : wicket-fullcalendar-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2 |
wicket-fullcalendar-parent-4.2
|
||
4.1 |
wicket-fullcalendar-parent-4.1
|
||
4.0 |
wicket-fullcalendar-parent-4.0
|
||
3.0 |
wicket-fullcalendar-parent-3.0
|
||
2.2.x |
wicket-fullcalendar-parent-2.2.0
|
||
2.1 |
wicket-fullcalendar-parent-2.1
|
||
2.0 |
wicket-fullcalendar-parent-2.0
|
||
1.2.x |
wicket-fullcalendar-parent-1.2.1
|
||
1.2 |
wicket-fullcalendar-parent-1.2
|
||
1.1 |
wicket-fullcalendar-parent-1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.ftlines.wicket-fullcalendar</groupId>
<artifactId>wicket-fullcalendar-parent</artifactId>
<version>4.2</version>
</dependency>
Advertisement