| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.oval |
| ArtifactId | ArtifactIdoval |
| Last Version | Last Version3.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOVal
OVal is a pragmatic and extensible validation framework for Java objects.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| oval-3.2.1.pom | |
| oval-3.2.1.jar | 362 KB |
| oval-3.2.1-without-dependencies.zip | 4 MB |
| oval-3.2.1-without-dependencies.tar.gz | 2 MB |
| oval-3.2.1-with-dependencies.tar.gz | 23 MB |
| oval-3.2.1-sources.jar | 634 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.oval/oval/ -->
<dependency>
<groupId>net.sf.oval</groupId>
<artifactId>oval</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.oval/oval/
implementation 'net.sf.oval:oval:3.2.1'
// https://jarcasting.com/artifacts/net.sf.oval/oval/
implementation ("net.sf.oval:oval:3.2.1")
'net.sf.oval:oval:jar:3.2.1'
<dependency org="net.sf.oval" name="oval" rev="3.2.1">
<artifact name="oval" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.oval', module='oval', version='3.2.1')
)
libraryDependencies += "net.sf.oval" % "oval" % "3.2.1"
[net.sf.oval/oval "3.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.20.2 |