is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate 3.1.2

Relational Persistence for Java

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate
Version

Version

3.1.2
Type

Type

jar

Download hibernate 3.1.2


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