License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.hibernate.validator |
ArtifactId | ArtifactIdhibernate-validator-relocation |
Last Version | Last Version8.0.0.Alpha3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHibernate Validator Relocation Artifacts
Aggregator of the Hibernate Validator modules.
|
Filename | Size |
---|---|
hibernate-validator-relocation-8.0.0.Alpha3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate.validator/hibernate-validator-relocation/ -->
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-relocation</artifactId>
<version>8.0.0.Alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.validator/hibernate-validator-relocation/
implementation 'org.hibernate.validator:hibernate-validator-relocation:8.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.hibernate.validator/hibernate-validator-relocation/
implementation ("org.hibernate.validator:hibernate-validator-relocation:8.0.0.Alpha3")
'org.hibernate.validator:hibernate-validator-relocation:pom:8.0.0.Alpha3'
<dependency org="org.hibernate.validator" name="hibernate-validator-relocation" rev="8.0.0.Alpha3">
<artifact name="hibernate-validator-relocation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.validator', module='hibernate-validator-relocation', version='8.0.0.Alpha3')
)
libraryDependencies += "org.hibernate.validator" % "hibernate-validator-relocation" % "8.0.0.Alpha3"
[org.hibernate.validator/hibernate-validator-relocation "8.0.0.Alpha3"]