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