is not current version
Last Version 3.6.0.Beta2

org.hibernate:hibernate-distribution 3.3.0.CR1

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.CR1
Type

Type

pom

Download hibernate-distribution 3.3.0.CR1


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