Group Id org.hibernate
Artifact Id hibernate-validator-parent
Version 5.0.0.CR4
Packaging jar
URL -
Badge
Last Updated 2013-03-20T08:54:29+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator-parent</artifactId>
    <version>5.0.0.CR4</version>
</dependency>
implementation group: 'org.hibernate', name: 'hibernate-validator-parent', version: '5.0.0.CR4'
implementation 'org.hibernate:hibernate-validator-parent:5.0.0.CR4'
implementation("org.hibernate:hibernate-validator-parent:5.0.0.CR4")
libraryDependencies += "org.hibernate" % "hibernate-validator-parent" % "5.0.0.CR4"
<dependency org="org.hibernate" name="hibernate-validator-parent" rev="5.0.0.CR4"/>
@Grapes(
    @Grab(group='org.hibernate', module='hibernate-validator-parent', version='5.0.0.CR4')
)
[org.hibernate/hibernate-validator-parent "5.0.0.CR4"]
'org.hibernate:hibernate-validator-parent:5.0.0.CR4'