Download commons-validator-1.2.0.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.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

commons-validator-1.2.0-javadoc.jar
commons-validator-1.2.0-sources.jar
commons-validator-1.2.0.jar
commons-validator-1.2.0.pom



Related Tutorials