Download commons-validator-1.1.4.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.1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials