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