MVN

net.ftlines.wicket-source : wicket-source-parent

Maven & Gradle

May 26, 2014
37 stars

Wicket Source With Plugins · Wicket-source displays component instantiation location in an html attribute, speeding the modification of existing wicket pages. The only module required for maven dependency in your app is wicket-source itself, although a demo app is included.

<dependency>
    <groupId>net.ftlines.wicket-source</groupId>
    <artifactId>wicket-source-parent</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ftlines.wicket-source : wicket-source-parent to add to Maven - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of net.ftlines.wicket-source : wicket-source-parent to add to Maven - All 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

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>