| License | License | 
|---|---|
| Categories | CategoriesHibernate Data ORM | 
| GroupId | GroupIdorg.hibernate | 
| ArtifactId | ArtifactIdhibernate-annotations | 
| Last Version | Last Version3.5.6-Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHibernate Annotations Annotations metadata for Hibernate | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-annotations/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-annotations</artifactId>
    <version>3.5.6-Final</version>
</dependency>// https://jarcasting.com/artifacts/org.hibernate/hibernate-annotations/
implementation 'org.hibernate:hibernate-annotations:3.5.6-Final'// https://jarcasting.com/artifacts/org.hibernate/hibernate-annotations/
implementation ("org.hibernate:hibernate-annotations:3.5.6-Final")'org.hibernate:hibernate-annotations:jar:3.5.6-Final'<dependency org="org.hibernate" name="hibernate-annotations" rev="3.5.6-Final">
  <artifact name="hibernate-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='org.hibernate', module='hibernate-annotations', version='3.5.6-Final')
)libraryDependencies += "org.hibernate" % "hibernate-annotations" % "3.5.6-Final"[org.hibernate/hibernate-annotations "3.5.6-Final"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.hibernate : hibernate-core | jar | 3.5.6-Final | 
| org.hibernate : hibernate-commons-annotations | jar | 3.2.0.Final | 
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.0.Final | 
| javax.validation : validation-api Optional | jar | 1.0.0.GA | 
| org.slf4j : slf4j-api | jar | 1.5.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.hibernate : hibernate-testing | jar | 3.5.6-Final | 
| javassist : javassist | jar | 3.9.0.GA | 
| cglib : cglib | jar | 2.2 | 
| org.hibernate : hibernate-validator | jar | 4.0.2.GA | 
| junit : junit | jar | 3.8.1 | 
| org.slf4j : jcl-over-slf4j | jar | 1.5.8 | 
| org.slf4j : slf4j-log4j12 | jar | 1.5.8 | 
| commons-logging : commons-logging | jar | 99.0-does-not-exist | 
| commons-logging : commons-logging-api | jar | 99.0-does-not-exist |