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