File | Operation |
---|---|
hibernate-validator-relocation-8.0.0.Alpha1.pom | download |
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-relocation</artifactId>
<version>8.0.0.Alpha1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.hibernate.validator" % "hibernate-validator-relocation" % "8.0.0.Alpha1"
@Grapes(
@Grab(group='org.hibernate.validator', module='hibernate-validator-relocation', version='8.0.0.Alpha1')
)
<dependency org="org.hibernate.validator" name="hibernate-validator-relocation" rev="8.0.0.Alpha1" />
<parent> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator-parent</artifactId> <version>8.0.0.Alpha1</version> </parent>