License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-commons-annotations |
Last Version | Last Version3.3.0.ga |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHibernate Commons - Annotations
EJB3-style annotations for Hibernate - common code
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.3.0.ga</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/
implementation 'org.hibernate:hibernate-commons-annotations:3.3.0.ga'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/
implementation ("org.hibernate:hibernate-commons-annotations:3.3.0.ga")
'org.hibernate:hibernate-commons-annotations:jar:3.3.0.ga'
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.3.0.ga">
<artifact name="hibernate-commons-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.3.0.ga')
)
libraryDependencies += "org.hibernate" % "hibernate-commons-annotations" % "3.3.0.ga"
[org.hibernate/hibernate-commons-annotations "3.3.0.ga"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate | jar | 3.2.1.ga |
javax.persistence : persistence-api | jar | 1.0 |