is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate 3.6.0.Beta1

Aggregator of the Hibernate Core modules.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate
Version

Version

3.6.0.Beta1
Type

Type

pom

Download hibernate 3.6.0.Beta1


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