is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate-distribution 3.3.0.GA

Builds the complete Hibernate distribution bundles

Categories

Categories

Distribution Build Tools Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-distribution
Version

Version

3.3.0.GA
Type

Type

pom

Download hibernate-distribution 3.3.0.GA


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