MVN

commons-validator : commons-validator

Maven & Gradle

Aug 03, 2020
1.3k 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.

<dependency>
    <groupId>commons-validator</groupId>
    <artifactId>commons-validator</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-validator : commons-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of commons-validator : commons-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
commons-validator-1.7
1.6
commons-validator-1.6
1.5.x
commons-validator-1.5.1
commons-validator-1.5.0
1.4.x
commons-validator-1.4.1
commons-validator-1.4.0
1.3.x
commons-validator-1.3.1
commons-validator-1.3.0
1.2.x
commons-validator-1.2.0
1.1.x
commons-validator-1.1.4
commons-validator-1.1.3
commons-validator-1.1.1
commons-validator-1.1.0
1.0
commons-validator-1.0
1.0.x
commons-validator-1.0.2
commons-validator-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>commons-validator</groupId>
    <artifactId>commons-validator</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'commons-validator:commons-validator:1.7'

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

implementation("commons-validator:commons-validator:1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "commons-validator" % "commons-validator" % "1.7"

Advertisement

Dependencies from Group

Aug 03, 2020
1.3k usages

Discover Dependencies

Jul 07, 2023
11 usages
2.6k stars
Apr 23, 2006
124 usages
Aug 22, 2023
852 usages
7.2k stars
Nov 06, 2012
1.9k usages
Jun 18, 2023
1k usages
Jul 29, 2017
460 usages
Jul 21, 2023
473 usages
Jul 10, 2023
1k usages
649 stars
Jul 30, 2018
13 usages
1.5k stars