MVN

net.sourceforge.wicketwebbeans.parent : WicketWebBeans-parent

Maven & Gradle

Jan 12, 2008

Wicket Web Beans · Wicket Web Beans (WWB) is an Apache Wicket component toolkit for displaying and editing POJOs that conform to the JavaBeans specification. Web pages are automatically generated based on bean properties and certain conventions. If necessary, the layout, editability, and actions of these pages can be customized on an exception basis. In other words, the toolkit normally does what you'd expect, but when it doesn't, you can override its behavior.

<dependency>
    <groupId>net.sourceforge.wicketwebbeans.parent</groupId>
    <artifactId>WicketWebBeans-parent</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.wicketwebbeans.parent : WicketWebBeans-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0
  • Latest Release Candidate: 1.0-rc2-wicket-1.2.6

All Versions

Choose a version of net.sourceforge.wicketwebbeans.parent : WicketWebBeans-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
WicketWebBeans-parent-1.0
WicketWebBeans-parent-1.0-rc2-wicket-1.2.6
WicketWebBeans-parent-1.0-rc2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sourceforge.wicketwebbeans.parent</groupId>
    <artifactId>WicketWebBeans-parent</artifactId>
    <version>1.0</version>
</dependency>