Download hibernate-validator-6.0.10.final.jar file

Introduction

You can download hibernate-validator-6.0.10.final.jar in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Type List

hibernate-validator-6.0.10.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.hibernate/hibernate-validator/pom.properties
META-INF/maven/org.hibernate/hibernate-validator/pom.xml

Pom

hibernate-validator-6.0.10.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Hibernate Validator, declare and validate application constraints
  ~
  ~ License: Apache License, Version 2.0
  ~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.hibernate.validator</groupId>
        <artifactId>hibernate-validator-relocation</artifactId>
        <version>6.0.10.Final</version>
    </parent>

    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator</artifactId>
    <name>Hibernate Validator Engine - Relocation Artifact</name>

    <distributionManagement>
        <relocation>
            <groupId>org.hibernate.validator</groupId>
        </relocation>
    </distributionManagement>
</project>

POM Entry

<dependency>
   <groupId>org.hibernate</groupId>
   <artifactId>hibernate-validator</artifactId>
   <version>6.0.10.final</version>
</dependency>

Download

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



Download hibernate-validator-6.0.10.final.jar file




PreviousNext

Related