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 Updated
  • gwt-commons-validator-1.7-4

    Jun 25, 2022
  • gwt-commons-validator-1.7-3

    Sep 04, 2021
  • gwt-commons-validator-1.7-2

    Jun 06, 2021
  • gwt-commons-validator-1.7-1

    May 09, 2021
  • gwt-commons-validator-1.7-0

    Aug 23, 2020
  • gwt-commons-validator-1.6-4

    May 16, 2020
  • gwt-commons-validator-1.6-3

    Apr 20, 2020
  • gwt-commons-validator-1.6-2

    Mar 12, 2020
  • gwt-commons-validator-1.6-1

    May 05, 2019
  • gwt-commons-validator-1.6-0

    Mar 14, 2017
  • gwt-commons-validator-1.5.1-2

    Nov 12, 2016
  • gwt-commons-validator-1.5.1-1

    Aug 28, 2016
  • gwt-commons-validator-1.5.1-0

    May 03, 2016
  • gwt-commons-validator-1.5.0-1

    Dec 09, 2015

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"