Download gwt-commons-validator-1.5.0-1.jar file - Jar g

Jar examples for g:gwt-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. This is a port for GWT, which enables program, to use Apache Commons Validator also in the frontend compiled by the gwt compiler to java-script.

You can download jar file gwt-commons-validator 1.5.0-1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add gwt-commons-validator-1.5.0-1.jar to your project.

<dependency>
   <groupId>de.knightsoft-net</groupId>
   <artifactId>gwt-commons-validator</artifactId>
   <version>1.5.0-1</version>
</dependency>
compile group: 'de.knightsoft-net', name: 'gwt-commons-validator', version: '1.5.0-1'
libraryDependencies += "de.knightsoft-net" % "gwt-commons-validator" % "1.5.0-1"
<dependency org="de.knightsoft-net" name="gwt-commons-validator" rev="1.5.0-1"/>
@Grapes(@Grab(group='de.knightsoft-net', module='gwt-commons-validator', version='1.5.0-1'))
'de.knightsoft-net:gwt-commons-validator:jar:1.5.0-1'

Download

Click the following link to download the jar file.

gwt-commons-validator-1.5.0-1-javadoc.jar
gwt-commons-validator-1.5.0-1-sources.jar
gwt-commons-validator-1.5.0-1.jar
gwt-commons-validator-1.5.0-1.pom



Related Tutorials