Maven Repository - POM file for JPA Hibernate hibernate-validator 3.0.0.ga 3.0.0.ga

Summary

Hibernate Validator.

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..

Declaration

Here is the list of declaration for hibernate-validator. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.hibernate</groupId>
   <artifactId>hibernate-validator</artifactId>
   <version>3.0.0.ga</version>
</dependency>

If you think this Maven repository POM file listing for hibernate-validator is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:GNU LESSER GENERAL PUBLIC LICENSE
URL: http://www.gnu.org/licenses/lgpl.txt.

Depended by

The following table lists the most popular artifacts which are depending on hibernate-validator-3.0.0.ga. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JPA Hibernatehibernate-entitymanager 3.3.1.ga
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
29

Packages

The following packages are defined in the hibernate-validator-3.0.0.ga.jar

org.hibernate.validator
org.hibernate.validator.event
org.hibernate.validator.interpolator

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-validator</artifactId>
  <packaging>jar</packaging>
  <name>Hibernate Validator</name>
  <version>3.0.0.ga</version>
  <url>http://validator.hibernate.org</url>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
      <url>http://www.gnu.org/licenses/lgpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <description>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.</description>
  <scm>
    <url>http://anonhibernate.labs.jboss.com/trunk/HibernateExt/validator</url>
  </scm>  
</project>