MVN

com.github.jennybrown8.wicket-source : wicket-source-parent

Maven & Gradle

Dec 18, 2021
10 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>com.github.jennybrown8.wicket-source</groupId>
    <artifactId>wicket-source-parent</artifactId>
    <version>9.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jennybrown8.wicket-source : wicket-source-parent to add to Maven - Latest Versions:

  • Latest Stable: 9.0.0

All Versions

Choose a version of com.github.jennybrown8.wicket-source : wicket-source-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
9.0.x
wicket-source-parent-9.0.0
8.0.x
wicket-source-parent-8.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jennybrown8.wicket-source</groupId>
    <artifactId>wicket-source-parent</artifactId>
    <version>9.0.0</version>
</dependency>