не последняя версия
Последняя версия 3.6.0.Beta2

org.hibernate:hibernate-distribution 3.3.0.GA

Builds the complete Hibernate distribution bundles

Категории

Категории

Distribution Компиляция и сборка Hibernate Данные ORM
Группа

Группа

org.hibernate
Идентификатор

Идентификатор

hibernate-distribution
Версия

Версия

3.3.0.GA
Тип

Тип

pom

Скачать hibernate-distribution 3.3.0.GA

Имя Файла Размер
hibernate-distribution-3.3.0.GA.pom 6 KB
Обзор

<!-- 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"]