Group Id org.hibernate
Artifact Id hibernate-validator-parent
Version 5.0.0.CR2
Packaging jar
URL -
Badge
Last Updated 2013-03-11T09:21:00+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.CR2</version>
</dependency>
implementation group: 'org.hibernate', name: 'hibernate-validator-parent', version: '5.0.0.CR2'
implementation 'org.hibernate:hibernate-validator-parent:5.0.0.CR2'
implementation("org.hibernate:hibernate-validator-parent:5.0.0.CR2")
libraryDependencies += "org.hibernate" % "hibernate-validator-parent" % "5.0.0.CR2"
<dependency org="org.hibernate" name="hibernate-validator-parent" rev="5.0.0.CR2"/>
@Grapes(
    @Grab(group='org.hibernate', module='hibernate-validator-parent', version='5.0.0.CR2')
)
[org.hibernate/hibernate-validator-parent "5.0.0.CR2"]
'org.hibernate:hibernate-validator-parent:5.0.0.CR2'