is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate 3.2.5.ga

Relational Persistence for Java

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate
Version

Version

3.2.5.ga
Type

Type

jar

Download hibernate 3.2.5.ga


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