Download extendedValidation-0.0.1-RC1.jar file - Jar e

Jar examples for e:extendedValidation

Description

Extension for BeanValidation API to provide CDI compatible ConstraintValidatorFactory, easy way to set parameters on message constraint and easy API to add non properties file message sources, like DB, external modules, mainframe routines, etc.

You can download jar file extendedValidation 0.0.1-RC1 in this page.

License

Common Development and Distribution License (CDDL-1.0)

Build File

You can use the following script to add extendedValidation-0.0.1-RC1.jar to your project.

<dependency>
   <groupId>com.github.ldeitos</groupId>
   <artifactId>extendedValidation</artifactId>
   <version>0.0.1-RC1</version>
</dependency>
compile group: 'com.github.ldeitos', name: 'extendedValidation', version: '0.0.1-RC1'
libraryDependencies += "com.github.ldeitos" % "extendedValidation" % "0.0.1-RC1"
<dependency org="com.github.ldeitos" name="extendedValidation" rev="0.0.1-RC1"/>
@Grapes(@Grab(group='com.github.ldeitos', module='extendedValidation', version='0.0.1-RC1'))
'com.github.ldeitos:extendedValidation:jar:0.0.1-RC1'

Download

Click the following link to download the jar file.

extendedValidation-0.0.1-RC1-javadoc.jar
extendedValidation-0.0.1-RC1-sources.jar
extendedValidation-0.0.1-RC1.jar
extendedValidation-0.0.1-RC1.pom



Related Tutorials