Download gwt-bean-validators-0.55.4.jar file - Jar g

Jar examples for g:gwt-bean-validators

Description

The GWT Bean Validators is a collection of JSR-303/JSR-349/JSR 380 bean validators. It can be used on server and with the help of GWT even on client side. It also contains a lot of improvements in the validation handling in GWT, in displaying validation errors and in input handling.

You can download jar file gwt-bean-validators 0.55.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add gwt-bean-validators-0.55.4.jar to your project.

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

Download

Click the following link to download the jar file.

gwt-bean-validators-0.55.4-javadoc.jar
gwt-bean-validators-0.55.4-sources.jar
gwt-bean-validators-0.55.4.jar
gwt-bean-validators-0.55.4.pom



Related Tutorials