MVN

wicket : wicket-parent

Maven & Gradle

Mar 23, 2008

Wicket Parent · Wicket is a Java open source, component based web application framework currently hosted at http://wicket.apache.org.

<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-parent</artifactId>
    <version>1.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wicket : wicket-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2.7

All Versions

Choose a version of wicket : wicket-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
wicket-parent-1.2.7
wicket-parent-1.2.6
wicket-parent-1.2.5
wicket-parent-1.2.4
wicket-parent-1.2.3
wicket-parent-1.2.2
wicket-parent-1.2.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-parent</artifactId>
    <version>1.2.7</version>
</dependency>

Advertisement