License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.hibernate.common |
ArtifactId | ArtifactIdhibernate-commons-annotations |
Last Version | Last Version6.0.2.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHibernate Commons Annotations
Common reflection code used in support of annotation processing
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hibernate.common/hibernate-commons-annotations/ -->
<dependency>
<groupId>org.hibernate.common</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>6.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.common/hibernate-commons-annotations/
implementation 'org.hibernate.common:hibernate-commons-annotations:6.0.2.Final'
// https://jarcasting.com/artifacts/org.hibernate.common/hibernate-commons-annotations/
implementation ("org.hibernate.common:hibernate-commons-annotations:6.0.2.Final")
'org.hibernate.common:hibernate-commons-annotations:jar:6.0.2.Final'
<dependency org="org.hibernate.common" name="hibernate-commons-annotations" rev="6.0.2.Final">
<artifact name="hibernate-commons-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.common', module='hibernate-commons-annotations', version='6.0.2.Final')
)
libraryDependencies += "org.hibernate.common" % "hibernate-commons-annotations" % "6.0.2.Final"
[org.hibernate.common/hibernate-commons-annotations "6.0.2.Final"]