Download oval-1.82.jar file - Jar o

Jar examples for o:oval

Description

OVal is a pragmatic and extensible validation framework for any kind of Java objects (not only JavaBeans). Constraints can be declared with annotations (@NotNull, @MaxLength), POJOs or XML. Custom constraints can be expressed as custom Java classes or by using scripting languages such as JavaScript, Groovy, BeanShell, OGNL or MVEL. Besides field/property validation OVal implements Programming by Contract features by utilizing AspectJ based aspects. This for example allows runtime validation of method arguments.

You can download jar file oval 1.82 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add oval-1.82.jar to your project.

<dependency>
   <groupId>net.sf.oval</groupId>
   <artifactId>oval</artifactId>
   <version>1.82</version>
</dependency>
compile group: 'net.sf.oval', name: 'oval', version: '1.82'
libraryDependencies += "net.sf.oval" % "oval" % "1.82"
<dependency org="net.sf.oval" name="oval" rev="1.82"/>
@Grapes(@Grab(group='net.sf.oval', module='oval', version='1.82'))
'net.sf.oval:oval:jar:1.82'

Download

Click the following link to download the jar file.

oval-1.82-javadoc.jar
oval-1.82-sources.jar
oval-1.82.jar
oval-1.82.pom



Related Tutorials