Released under the ASL v2
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
- 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
- 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
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>