Hibernate Validator Legacy

Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-validator-legacy
Last Version

Last Version

4.0.2.GA
Release Date

Release Date

Type

Type

jar
Description

Description

Hibernate Validator Legacy
Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.
Project URL

Project URL

http://validator.hibernate.org

Download hibernate-validator-legacy

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 3.3.1.GA
org.hibernate : hibernate-commons-annotations jar 3.1.0.GA
org.slf4j : slf4j-api jar 1.5.6
org.hibernate : ejb3-persistence Optional jar 1.0.2.GA
org.hibernate : hibernate-annotations Optional jar 3.4.0.GA
org.hibernate : hibernate-entitymanager Optional jar 3.4.0.GA

test (8)

Group / Artifact Type Version
javassist : javassist jar 3.4.GA
asm : asm jar 1.5.3
asm : asm-attrs jar 1.5.3
org.slf4j : slf4j-log4j12 jar 1.5.6
log4j : log4j jar 1.2.14
junit : junit jar 3.8.1
javax.transaction : jta jar 1.1
hsqldb : hsqldb jar 1.8.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.2.GA
4.0.1.GA
4.0.0.GA
4.0.0.CR1
4.0.0.Beta3
4.0.0.Beta2
3.1.0.GA