Jar examples for e:extendedValidation
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.
Common Development and Distribution License (CDDL-1.0)
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'
Click the following link to download the jar file.
extendedValidation-0.0.1-RC1-javadoc.jar