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.

License

License

GroupId

GroupId

commons-validator
ArtifactId

ArtifactId

commons-validator
Last Version

Last Version

1.7
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://commons.apache.org/proper/commons-validator/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf/commons-validator

Download commons-validator

How to add to project

<!-- https://jarcasting.com/artifacts/commons-validator/commons-validator/ -->
<dependency>
    <groupId>commons-validator</groupId>
    <artifactId>commons-validator</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/commons-validator/commons-validator/
implementation 'commons-validator:commons-validator:1.7'
// https://jarcasting.com/artifacts/commons-validator/commons-validator/
implementation ("commons-validator:commons-validator:1.7")
'commons-validator:commons-validator:jar:1.7'
<dependency org="commons-validator" name="commons-validator" rev="1.7">
  <artifact name="commons-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-validator', module='commons-validator', version='1.7')
)
libraryDependencies += "commons-validator" % "commons-validator" % "1.7"
[commons-validator "1.7"]

Dependencies

compile (4)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.4
commons-digester : commons-digester jar 2.1
commons-logging : commons-logging jar 1.2
commons-collections : commons-collections jar 3.2.2

test (3)

Group / Artifact Type Version
org.apache.commons : commons-csv jar 1.6
junit : junit jar 4.13
org.bitstrings.test : junit-clptr jar 1.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.7
1.6
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.4
1.1.3
1.1.1
1.1.0
1.0.2
1.0.1
1.0