не последняя версия
Последняя версия 8.0.0.Alpha3

org.hibernate:hibernate-validator-annotation-processor 6.2.0.CR1


Категории

Категории

Hibernate Данные ORM
Группа

Группа

org.hibernate
Идентификатор

Идентификатор

hibernate-validator-annotation-processor
Версия

Версия

6.2.0.CR1
Тип

Тип

jar

Скачать hibernate-validator-annotation-processor 6.2.0.CR1


<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-validator-annotation-processor/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator-annotation-processor</artifactId>
    <version>6.2.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-validator-annotation-processor/
implementation 'org.hibernate:hibernate-validator-annotation-processor:6.2.0.CR1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-validator-annotation-processor/
implementation ("org.hibernate:hibernate-validator-annotation-processor:6.2.0.CR1")
'org.hibernate:hibernate-validator-annotation-processor:jar:6.2.0.CR1'
<dependency org="org.hibernate" name="hibernate-validator-annotation-processor" rev="6.2.0.CR1">
  <artifact name="hibernate-validator-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-validator-annotation-processor', version='6.2.0.CR1')
)
libraryDependencies += "org.hibernate" % "hibernate-validator-annotation-processor" % "6.2.0.CR1"
[org.hibernate/hibernate-validator-annotation-processor "6.2.0.CR1"]