Download bval-jsr303-0.2-incubating.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.2-incubating in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

bval-jsr303-0.2-incubating-javadoc.jar
bval-jsr303-0.2-incubating-sources.jar
bval-jsr303-0.2-incubating.jar
bval-jsr303-0.2-incubating.pom



Related Tutorials