Download hibernate-validator-legacy-4.0.2.ga.jar file

Introduction

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

License

GNU LESSER GENERAL PUBLIC LICENSE

Type List

hibernate-validator-legacy-4.0.2.ga.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.hibernate/hibernate-validator-legacy/pom.properties
META-INF/maven/org.hibernate/hibernate-validator-legacy/pom.xml
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.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
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_ja.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-legacy-4.0.2.ga.pom file content.

<?xml version="1.0"?>
<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>
    <parent>
        <artifactId>hibernate-validator-parent</artifactId>
        <groupId>org.hibernate</groupId>
        <version>4.0.2.GA</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>hibernate-validator-legacy</artifactId>
    <packaging>jar</packaging>
    <name>Hibernate Validator Legacy</name>
    <version>4.0.2.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>
        </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>
    
    <dependencies>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
            <version>3.3.1.GA</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>
        </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>
        <dependency>
            <groupId>javassist</groupId>
            <artifactId>javassist</artifactId>
            <version>3.4.GA</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>asm</groupId>
            <artifactId>asm</artifactId>
            <version>1.5.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>asm</groupId>
            <artifactId>asm-attrs</artifactId>
            <version>1.5.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.14</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>javax.transaction</groupId>
            <artifactId>jta</artifactId>
            <version>1.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>hsqldb</groupId>
            <artifactId>hsqldb</artifactId>
            <version>1.8.0.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <profiles>
        <profile>
            <id>dist</id>
            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-assembly-plugin</artifactId>
                        <configuration>
                            <descriptors>
                                <descriptor>src/main/assembly/dist.xml</descriptor>
                            </descriptors>
                        </configuration>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <configuration>
                            <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>                            
                        </configuration>
                        <executions>
                            <execution>
                                <id>make-javadoc</id>
                                <phase>package</phase>
                                <goals>
                                    <goal>javadoc</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <groupId>org.jboss.maven.plugins</groupId>
                        <artifactId>maven-jdocbook-plugin</artifactId>
                        <version>2.1.0</version>
                        <extensions>true</extensions>
                        <dependencies>
                            <dependency>
                                <groupId>org.hibernate</groupId>
                                <artifactId>hibernate-jdocbook-style</artifactId>
                                <version>1.0.2</version>
                                <type>jdocbook-style</type>
                            </dependency>
                        </dependencies>
                        <configuration>
                            <sourceDocumentName>master.xml</sourceDocumentName>
                            <sourceDirectory>${basedir}/src/main/docbook/en-US</sourceDirectory>
                            <masterTranslation>en-US</masterTranslation>
                            <imageResource>
                                <directory>${basedir}/src/main/docbook/en-US/images</directory>
                            </imageResource>
                            <formats>
                                <format>
                                    <formatName>pdf</formatName>
                                    <stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
                                    <finalName>hibernate-validator-legacy-guide.pdf</finalName>
                                </format>
                                <format>
                                    <formatName>html_single</formatName>
                                    <stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl
                                    </stylesheetResource>
                                    <finalName>index.html</finalName>
                                </format>
                                <format>
                                    <formatName>html</formatName>
                                    <stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl
                                    </stylesheetResource>
                                    <finalName>index.html</finalName>
                                </format>
                            </formats>
                            <options>
                                <xincludeSupported>true</xincludeSupported>
                                <localeSeparator>-</localeSeparator>
                                <useRelativeImageUris>true</useRelativeImageUris>
                            </options>
                        </configuration>
                        <executions>
                            <execution>
                                <id>make-doc</id>
                                <phase>site</phase>
                                <goals>
                                    <goal>resources</goal>
                                    <goal>generate</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>
</project>

POM Entry

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

Download

If you think the following hibernate-validator-legacy-4.0.2.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-legacy-4.0.2.ga.jar file




PreviousNext

Related