Download hibernate-validator-3.0.0.ga.jar file

Introduction

You can download hibernate-validator-3.0.0.ga.jar in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Type List

hibernate-validator-3.0.0.ga.jar file has the following types.

META-INF/MANIFEST.MF
org.hibernate.validator.AbstractLuhnValidator.class
org.hibernate.validator.AssertFalse.class
org.hibernate.validator.AssertFalseValidator.class
org.hibernate.validator.AssertTrue.class
org.hibernate.validator.AssertTrueValidator.class
org.hibernate.validator.ClassValidator.class
org.hibernate.validator.CreditCardNumber.class
org.hibernate.validator.CreditCardNumberValidator.class
org.hibernate.validator.Digits.class
org.hibernate.validator.DigitsValidator.class
org.hibernate.validator.EAN.class
org.hibernate.validator.EANValidator.class
org.hibernate.validator.Email.class
org.hibernate.validator.EmailValidator.class
org.hibernate.validator.Environment.class
org.hibernate.validator.Future.class
org.hibernate.validator.FutureValidator.class
org.hibernate.validator.InvalidStateException.class
org.hibernate.validator.InvalidValue.class
org.hibernate.validator.Length.class
org.hibernate.validator.LengthValidator.class
org.hibernate.validator.Max.class
org.hibernate.validator.MaxValidator.class
org.hibernate.validator.MessageInterpolator.class
org.hibernate.validator.Min.class
org.hibernate.validator.MinValidator.class
org.hibernate.validator.NotEmpty.class
org.hibernate.validator.NotEmptyValidator.class
org.hibernate.validator.NotNull.class
org.hibernate.validator.NotNullValidator.class
org.hibernate.validator.Past.class
org.hibernate.validator.PastValidator.class
org.hibernate.validator.Pattern.class
org.hibernate.validator.PatternValidator.class
org.hibernate.validator.Patterns.class
org.hibernate.validator.PersistentClassConstraint.class
org.hibernate.validator.PropertyConstraint.class
org.hibernate.validator.Range.class
org.hibernate.validator.RangeValidator.class
org.hibernate.validator.Size.class
org.hibernate.validator.SizeValidator.class
org.hibernate.validator.Valid.class
org.hibernate.validator.Validator.class
org.hibernate.validator.ValidatorClass.class
org.hibernate.validator.Version.class
org.hibernate.validator.event.JPAValidateListener.class
org.hibernate.validator.event.ValidateEventListener.class
org.hibernate.validator.event.ValidatePreInsertEventListener.class
org.hibernate.validator.event.ValidatePreUpdateEventListener.class
org.hibernate.validator.interpolator.DefaultMessageInterpolator.class
org.hibernate.validator.interpolator.DefaultMessageInterpolatorAggerator.class
org/hibernate/validator/resources/DefaultValidatorMessages.properties
org/hibernate/validator/resources/DefaultValidatorMessages_da.properties
org/hibernate/validator/resources/DefaultValidatorMessages_de.properties
org/hibernate/validator/resources/DefaultValidatorMessages_es.properties
org/hibernate/validator/resources/DefaultValidatorMessages_fr.properties
org/hibernate/validator/resources/DefaultValidatorMessages_it.properties
org/hibernate/validator/resources/DefaultValidatorMessages_nl.properties
org/hibernate/validator/resources/DefaultValidatorMessages_pt_BR.properties
org/hibernate/validator/resources/DefaultValidatorMessages_sv.properties
org/hibernate/validator/resources/DefaultValidatorMessages_zh_CN.properties
org/hibernate/validator/resources/DefaultValidatorMessages_zh_TW.properties

Pom

hibernate-validator-3.0.0.ga.pom file content.

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

POM Entry

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

Download

If you think the following hibernate-validator-3.0.0.ga.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hibernate-validator-3.0.0.ga.jar file




PreviousNext

Related