Download bval-jsr-1.1.1.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.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials