is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate 3.5.0.Beta-1

Aggregator of the Hibernate Core modules.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate
Version

Version

3.5.0.Beta-1
Type

Type

pom

Download hibernate 3.5.0.Beta-1


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