h

hibernate-validator-annotation-processor

文件下载
文件名 操作
hibernate-validator-annotation-processor-6.2.0.CR1.jar 下载
hibernate-validator-annotation-processor-6.2.0.CR1.pom 下载
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-validator-annotation-processor</artifactId>
  <version>6.2.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-validator-annotation-processor:6.2.0.CR1'
Gradle Kotlin
implementation("org.hibernate:hibernate-validator-annotation-processor:6.2.0.CR1")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-validator-annotation-processor" % "6.2.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-validator-annotation-processor', version='6.2.0.CR1')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-validator-annotation-processor" rev="6.2.0.CR1" />
Leiningen
[org.hibernate/hibernate-validator-annotation-processor "6.2.0.CR1"]
Apache Buildr
'org.hibernate:hibernate-validator-annotation-processor:jar:6.2.0.CR1'