is not current version
Last Version 8.0.0.Alpha3

org.hibernate:hibernate-validator 3.1.0.CR1

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.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-validator
Version

Version

3.1.0.CR1
Type

Type

jar

Download hibernate-validator 3.1.0.CR1


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