Download commons-validator-1.6.jar file - Jar c

Jar examples for c:commons-validator

Description

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.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-validator-1.6.jar to your project.

<dependency>
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'commons-validator', name: 'commons-validator', version: '1.6'
libraryDependencies += "commons-validator" % "commons-validator" % "1.6"
<dependency org="commons-validator" name="commons-validator" rev="1.6"/>
@Grapes(@Grab(group='commons-validator', module='commons-validator', version='1.6'))
'commons-validator:commons-validator:jar:1.6'

Download

Click the following link to download the jar file.

commons-validator-1.6-javadoc.jar
commons-validator-1.6-sources.jar
commons-validator-1.6-test-sources.jar
commons-validator-1.6-tests.jar
commons-validator-1.6.jar
commons-validator-1.6.pom



Related Tutorials