is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate 3.3.0.CR1

Aggregator of the Hibernate Core modules.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate
Version

Version

3.3.0.CR1
Type

Type

pom

Download hibernate 3.3.0.CR1

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

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