h

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.
http://validator.hibernate.org
GNU LESSER GENERAL PUBLIC LICENSE
Files download
File Operation
hibernate-validator-legacy-4.0.2.GA.jar download
hibernate-validator-legacy-4.0.2.GA.pom download
hibernate-validator-legacy-4.0.2.GA-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-validator-legacy</artifactId>
  <version>4.0.2.GA</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-validator-legacy:4.0.2.GA'
Gradle Kotlin
implementation("org.hibernate:hibernate-validator-legacy:4.0.2.GA")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-validator-legacy" % "4.0.2.GA"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-validator-legacy', version='4.0.2.GA')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-validator-legacy" rev="4.0.2.GA" />
Leiningen
[org.hibernate/hibernate-validator-legacy "4.0.2.GA"]
Apache Buildr
'org.hibernate:hibernate-validator-legacy:jar:4.0.2.GA'