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