is not current version
Last Version 3.2.1

net.sf.oval:oval 1.90

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.oval
ArtifactId

ArtifactId

oval
Version

Version

1.90
Type

Type

jar

Download oval 1.90


<!-- https://jarcasting.com/artifacts/net.sf.oval/oval/ -->
<dependency>
    <groupId>net.sf.oval</groupId>
    <artifactId>oval</artifactId>
    <version>1.90</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.oval/oval/
implementation 'net.sf.oval:oval:1.90'
// https://jarcasting.com/artifacts/net.sf.oval/oval/
implementation ("net.sf.oval:oval:1.90")
'net.sf.oval:oval:jar:1.90'
<dependency org="net.sf.oval" name="oval" rev="1.90">
  <artifact name="oval" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.oval', module='oval', version='1.90')
)
libraryDependencies += "net.sf.oval" % "oval" % "1.90"
[net.sf.oval/oval "1.90"]