Last Version

Hibernate Commons - Annotations 3.3.0.ga

EJB3-style annotations for Hibernate - common code

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-commons-annotations
Version

Version

3.3.0.ga
Type

Type

jar
Description

Description

Hibernate Commons - Annotations
EJB3-style annotations for Hibernate - common code
Project URL

Project URL

http://annotations.hibernate.org

Download hibernate-commons-annotations 3.3.0.ga


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.hibernate : hibernate jar 3.2.1.ga
javax.persistence : persistence-api jar 1.0

Project Modules

There are no modules declared in this project.