Download jee-validation-0.5.1.jar file - Jar j

Jar examples for j:jee-validation

Description

This library offers components that facilitate validation of arbitrary objects and how they are serialized towards a client. It focuses on the wiring of the proposed patterns and does not contain any concrete validator implementations.

You can download jar file jee-validation 0.5.1 in this page.

License

MIT License

Build File

You can use the following script to add jee-validation-0.5.1.jar to your project.

<dependency>
   <groupId>com.lotaris.jee</groupId>
   <artifactId>jee-validation</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'com.lotaris.jee', name: 'jee-validation', version: '0.5.1'
libraryDependencies += "com.lotaris.jee" % "jee-validation" % "0.5.1"
<dependency org="com.lotaris.jee" name="jee-validation" rev="0.5.1"/>
@Grapes(@Grab(group='com.lotaris.jee', module='jee-validation', version='0.5.1'))
'com.lotaris.jee:jee-validation:jar:0.5.1'

Download

Click the following link to download the jar file.

jee-validation-0.5.1-javadoc.jar
jee-validation-0.5.1-sources.jar
jee-validation-0.5.1.jar
jee-validation-0.5.1.pom



Related Tutorials