hibernate:hibernate-annotations


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

hibernate
ArtifactId

ArtifactId

hibernate-annotations
Last Version

Last Version

3.1beta6
Release Date

Release Date

Type

Type

jar
Description

Description

Download hibernate-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/hibernate/hibernate-annotations/ -->
<dependency>
    <groupId>hibernate</groupId>
    <artifactId>hibernate-annotations</artifactId>
    <version>3.1beta6</version>
</dependency>
// https://jarcasting.com/artifacts/hibernate/hibernate-annotations/
implementation 'hibernate:hibernate-annotations:3.1beta6'
// https://jarcasting.com/artifacts/hibernate/hibernate-annotations/
implementation ("hibernate:hibernate-annotations:3.1beta6")
'hibernate:hibernate-annotations:jar:3.1beta6'
<dependency org="hibernate" name="hibernate-annotations" rev="3.1beta6">
  <artifact name="hibernate-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='hibernate', module='hibernate-annotations', version='3.1beta6')
)
libraryDependencies += "hibernate" % "hibernate-annotations" % "3.1beta6"
[hibernate/hibernate-annotations "3.1beta6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.1beta6
3.1beta5
3.1beta4
3.1beta3
3.0beta2
3.0beta1
3.0alpha3