MVN

org.hibernate : hibernate-validator-modules

Maven & Gradle

Feb 03, 2019
1.1k stars

Hibernate Validator WildFly Module · Hibernate Validator modules creation to use in WildFly

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator-modules</artifactId>
    <version>5.4.3.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibernate : hibernate-validator-modules to add to Maven - Latest Versions:

  • Latest Stable: 5.4.3.Final
  • Latest Beta: 5.4.0.Beta1

All Versions

Choose a version of org.hibernate : hibernate-validator-modules to add to Maven - All Versions:

Version Vulnerabilities Updated
5.4.x
hibernate-validator-modules-5.4.3.Final
hibernate-validator-modules-5.4.2.Final
hibernate-validator-modules-5.4.1.Final
hibernate-validator-modules-5.4.0.Final
hibernate-validator-modules-5.4.0.CR1
hibernate-validator-modules-5.4.0.Beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator-modules</artifactId>
    <version>5.4.3.Final</version>
</dependency>

Advertisement