Files download
File Operation
hibernate-validator-4.0.0.GA.jar download
hibernate-validator-4.0.0.GA.pom download
hibernate-validator-4.0.0.GA-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-validator</artifactId>
  <version>4.0.0.GA</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-validator:4.0.0.GA'
Gradle Kotlin
implementation("org.hibernate:hibernate-validator:4.0.0.GA")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-validator" % "4.0.0.GA"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-validator', version='4.0.0.GA')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-validator" rev="4.0.0.GA" />
Leiningen
[org.hibernate/hibernate-validator "4.0.0.GA"]
Apache Buildr
'org.hibernate:hibernate-validator:jar:4.0.0.GA'