h

hibernate-validator-annotation-processor

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