文件下载
文件名 操作
hibernate-validator-parent-5.0.0.CR3.pom 下载
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-validator-parent</artifactId>
  <version>5.0.0.CR3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-validator-parent:5.0.0.CR3'
Gradle Kotlin
implementation("org.hibernate:hibernate-validator-parent:5.0.0.CR3")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-validator-parent" % "5.0.0.CR3"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-validator-parent', version='5.0.0.CR3')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-validator-parent" rev="5.0.0.CR3" />
Leiningen
[org.hibernate/hibernate-validator-parent "5.0.0.CR3"]
Apache Buildr
'org.hibernate:hibernate-validator-parent:jar:5.0.0.CR3'
本项目依赖
该项目无第三方依赖