Download bval-jsr-1.1.2.jar file - Jar b

Jar examples for b:bval-jsr

Description

Implementation specific classes for JSR 349 Bean Validation 1.1

You can download jar file bval-jsr 1.1.2 in this page.

License

Apache License

Build File

You can use the following script to add bval-jsr-1.1.2.jar to your project.

<dependency>
   <groupId>org.apache.bval</groupId>
   <artifactId>bval-jsr</artifactId>
   <version>1.1.2</version>
</dependency>
compile group: 'org.apache.bval', name: 'bval-jsr', version: '1.1.2'
libraryDependencies += "org.apache.bval" % "bval-jsr" % "1.1.2"
<dependency org="org.apache.bval" name="bval-jsr" rev="1.1.2"/>
@Grapes(@Grab(group='org.apache.bval', module='bval-jsr', version='1.1.2'))
'org.apache.bval:bval-jsr:jar:1.1.2'

Download

Click the following link to download the jar file.

bval-jsr-1.1.2-javadoc.jar
bval-jsr-1.1.2-sources.jar
bval-jsr-1.1.2-tests.jar
bval-jsr-1.1.2.jar
bval-jsr-1.1.2.pom



Related Tutorials