Download bval-jsr303-0.4.jar file - Jar b

Jar examples for b:bval-jsr303

Description

Implementation specific classes for JSR 303 Bean Validation 1.0

You can download jar file bval-jsr303 0.4 in this page.

License

Apache License

Build File

You can use the following script to add bval-jsr303-0.4.jar to your project.

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

Download

Click the following link to download the jar file.

bval-jsr303-0.4-javadoc.jar
bval-jsr303-0.4-sources.jar
bval-jsr303-0.4-tests.jar
bval-jsr303-0.4.jar
bval-jsr303-0.4.pom



Related Tutorials