Download gwt-commons-validator-1.6-0.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.6-0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gwt-commons-validator-1.6-0-javadoc.jar
gwt-commons-validator-1.6-0-sources.jar
gwt-commons-validator-1.6-0.jar
gwt-commons-validator-1.6-0.pom



Related Tutorials