MVN

org.wicketstuff : wicketstuff-client-and-server-validation

Maven & Gradle

Feb 14, 2015

Client and Server Validation · WicketStuff Client and Server Validation aims to provide a client side validation framework that is as simple to use as Wicket's server side validation and will automatically handle both types of validation seamlessly.

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-client-and-server-validation</artifactId>
    <version>1.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : wicketstuff-client-and-server-validation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.13
  • Latest Release Candidate: 1.5-RC7

All Versions

Choose a version of org.wicketstuff : wicketstuff-client-and-server-validation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
wicketstuff-client-and-server-validation-1.5.13
wicketstuff-client-and-server-validation-1.5.10
wicketstuff-client-and-server-validation-1.5.9.1
wicketstuff-client-and-server-validation-1.5.9
wicketstuff-client-and-server-validation-1.5.8.1
wicketstuff-client-and-server-validation-1.5.8
wicketstuff-client-and-server-validation-1.5.7
wicketstuff-client-and-server-validation-1.5.5
wicketstuff-client-and-server-validation-1.5.4
wicketstuff-client-and-server-validation-1.5.3.1
wicketstuff-client-and-server-validation-1.5.3
wicketstuff-client-and-server-validation-1.5.2
wicketstuff-client-and-server-validation-1.5.1
wicketstuff-client-and-server-validation-1.5.0
1.5
wicketstuff-client-and-server-validation-1.5-RC7
wicketstuff-client-and-server-validation-1.5-RC5.1.1

How to add a dependency to Maven

Add the following org.wicketstuff : wicketstuff-client-and-server-validation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-client-and-server-validation</artifactId>
    <version>1.5.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : wicketstuff-client-and-server-validation gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:wicketstuff-client-and-server-validation:1.5.13'

Gradle Kotlin DSL: Add the following org.wicketstuff : wicketstuff-client-and-server-validation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:wicketstuff-client-and-server-validation:1.5.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : wicketstuff-client-and-server-validation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "wicketstuff-client-and-server-validation" % "1.5.13"

Advertisement