Download mt-bean-validators-0.22.0.jar file - Jar m

Jar examples for m:mt-bean-validators

Description

The MT Bean Validators is a collection of JSR-303/JSR-349/JSR-380 bean validators. It's extracted from GWT Bean Validators and contains no dependencies to GWT.

You can download jar file mt-bean-validators 0.22.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add mt-bean-validators-0.22.0.jar to your project.

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

Download

Click the following link to download the jar file.

mt-bean-validators-0.22.0-javadoc.jar
mt-bean-validators-0.22.0-sources.jar
mt-bean-validators-0.22.0-test-sources.jar
mt-bean-validators-0.22.0-tests.jar
mt-bean-validators-0.22.0.jar
mt-bean-validators-0.22.0.pom



Related Tutorials