MVN

net.ftlines.wicket-bean-validation : parent

Maven & Gradle

Nov 15, 2011
10 stars

Wicket Bean Validation · Provides integration between Wicket and JSR-303 validation

<dependency>
    <groupId>net.ftlines.wicket-bean-validation</groupId>
    <artifactId>parent</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1

All Versions

Choose a version of net.ftlines.wicket-bean-validation : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
parent-1.1
1.0
parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.ftlines.wicket-bean-validation</groupId>
    <artifactId>parent</artifactId>
    <version>1.1</version>
</dependency>

Advertisement