h

hibernate-validator-relocation

Files download
File Operation
hibernate-validator-relocation-8.0.0.Alpha1.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate.validator</groupId>
  <artifactId>hibernate-validator-relocation</artifactId>
  <version>8.0.0.Alpha1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate.validator:hibernate-validator-relocation:8.0.0.Alpha1'
Gradle Kotlin
implementation("org.hibernate.validator:hibernate-validator-relocation:8.0.0.Alpha1")
Scala SBT
libraryDependencies += "org.hibernate.validator" % "hibernate-validator-relocation" % "8.0.0.Alpha1"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate.validator', module='hibernate-validator-relocation', version='8.0.0.Alpha1')
)
Apache Ivy
<dependency org="org.hibernate.validator" name="hibernate-validator-relocation" rev="8.0.0.Alpha1" />
Leiningen
[org.hibernate.validator/hibernate-validator-relocation "8.0.0.Alpha1"]
Apache Buildr
'org.hibernate.validator:hibernate-validator-relocation:jar:8.0.0.Alpha1'