Download org.apache.bval.bundle-0.3-incubating.jar file - Jar o

Jar examples for o:org.apache.bval.bundle

Description

Apache Bean Validation - Aggregate OSGi Bundle (bval-core + bval-jsr303)

You can download jar file org.apache.bval.bundle 0.3-incubating in this page.

License

Apache License

Build File

You can use the following script to add org.apache.bval.bundle-0.3-incubating.jar to your project.

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

Download

Click the following link to download the jar file.

org.apache.bval.bundle-0.3-incubating.jar
org.apache.bval.bundle-0.3-incubating.pom



Related Tutorials