组织ID: |
org.hibernate |
项目ID: |
hibernate-validator |
版本: |
3.1.0.CR2 |
最后修改时间: |
2018-11-14 10:21:34 |
包类型: |
jar |
标题: |
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. |
相关URL: |
http://validator.hibernate.org |
大小: |
61.22KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>3.1.0.CR2</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-validator:3.1.0.CR2
|
下载Jar包: |
|
POM文件内容: |
<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.1.0.CR2</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>
</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>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.3.0.SP1</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.1.0.GA</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>ejb3-persistence</artifactId>
<version>1.0.2.GA</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.4.0.GA</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.4.0.GA</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
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$1.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$ValidatableElement.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.DefaultMessageInterpolatorAggregator.class
org/hibernate/validator/resources/DefaultValidatorMessages.properties
org/hibernate/validator/resources/DefaultValidatorMessages_cs.properties
org/hibernate/validator/resources/DefaultValidatorMessages_da.properties
org/hibernate/validator/resources/DefaultValidatorMessages_de.properties
org/hibernate/validator/resources/DefaultValidatorMessages_en.properties
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
hibernate-core-3.3.0.SP1.jar
/org.hibernate/hibernate-core/3.3.0.SP1
查看hibernate-core所有版本文件
hibernate-commons-annotations-3.1.0.GA.jar
/org.hibernate/hibernate-commons-annotations/3.1.0.GA
查看hibernate-commons-annotations所有版本文件
slf4j-api-1.4.2.jar
/org.slf4j/slf4j-api/1.4.2
查看slf4j-api所有版本文件
ejb3-persistence-1.0.2.GA.jar
/org.hibernate/ejb3-persistence/1.0.2.GA
查看ejb3-persistence所有版本文件
hibernate-annotations-3.4.0.GA.jar
/org.hibernate/hibernate-annotations/3.4.0.GA
查看hibernate-annotations所有版本文件
hibernate-entitymanager-3.4.0.GA.jar
/org.hibernate/hibernate-entitymanager/3.4.0.GA
查看hibernate-entitymanager所有版本文件
|