Red Hat

Hibernate Validator downloads

Hibernate Validator downloads

Interested in commercial support? Check out Red Hat’s offering.

Releases

5.1.0.Alpha1  
2013-04-30 development
Maven gav: org.hibernate:hibernate-validator:5.1.0.Alpha1
Performance and maintenance release
More on this release
5.0.1.Final  
2013-04-30 stable
Maven gav: org.hibernate:hibernate-validator:5.0.1.Final
Official reference implementation for Bean Validation 1.1
More on this release
4.3.1.Final  
2012-11-12 stable
Maven gav: org.hibernate:hibernate-validator:4.3.1.Final
Last Bean Validation 1.0 compatible version
More on this release
Older releases can be found on SourceForge or in JBoss's Maven repository.

Maven repository

Hibernate Validator publishes the project artifacts as well to the JBoss Maven Repository under org.hibernate:hibernate-validator. Refer to the Maven Getting Started guide on the Jboss Wiki for more information on how to configure Maven.

Here is how to declare the dependency in your Maven POM:

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator</artifactId>
    <version>5.1.0.Alpha1</version>
</dependency>
back to top