Jar examples for c: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.
You can download jar file commons-validator 1.3.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-validator-1.3.1.jar to your project.
<dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.3.1</version> </dependency>
compile group: 'commons-validator', name: 'commons-validator', version: '1.3.1'
libraryDependencies += "commons-validator" % "commons-validator" % "1.3.1"
<dependency org="commons-validator" name="commons-validator" rev="1.3.1"/>
@Grapes(@Grab(group='commons-validator', module='commons-validator', version='1.3.1'))
'commons-validator:commons-validator:jar:1.3.1'
Click the following link to download the jar file.
commons-validator-1.3.1-sources.jar