MVN

de.knightsoft-net : gwt-commons-validator

Maven & Gradle

Jun 25, 2022
3 usages

Apache Commons Validator · Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts. This is a port for GWT, which enables program, to use Apache Commons Validator also in the frontend compiled by the gwt compiler to java-script.

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>gwt-commons-validator</artifactId>
    <version>1.7-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.knightsoft-net : gwt-commons-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7-4

All Versions

Choose a version of de.knightsoft-net : gwt-commons-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
gwt-commons-validator-1.7-4
gwt-commons-validator-1.7-3
gwt-commons-validator-1.7-2
gwt-commons-validator-1.7-1
gwt-commons-validator-1.7-0
1.6
gwt-commons-validator-1.6-4
gwt-commons-validator-1.6-3
gwt-commons-validator-1.6-2
gwt-commons-validator-1.6-1
gwt-commons-validator-1.6-0
1.5.x
gwt-commons-validator-1.5.1-2
gwt-commons-validator-1.5.1-1
gwt-commons-validator-1.5.1-0
gwt-commons-validator-1.5.0-1

How to add a dependency to Maven

Add the following de.knightsoft-net : gwt-commons-validator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>gwt-commons-validator</artifactId>
    <version>1.7-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.knightsoft-net : gwt-commons-validator gradle dependency to your build.gradle file:

implementation 'de.knightsoft-net:gwt-commons-validator:1.7-4'

Gradle Kotlin DSL: Add the following de.knightsoft-net : gwt-commons-validator gradle kotlin dependency to your build.gradle.kts file:

implementation("de.knightsoft-net:gwt-commons-validator:1.7-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.knightsoft-net : gwt-commons-validator sbt scala dependency to your build.sbt file:

libraryDependencies += "de.knightsoft-net" % "gwt-commons-validator" % "1.7-4"