is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate 3.3.0.CR2

Aggregator of the Hibernate Core modules.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate
Version

Version

3.3.0.CR2
Type

Type

pom

Download hibernate 3.3.0.CR2

Filename Size
hibernate-3.3.0.CR2.pom 3 KB
Browse

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