Hibernate Core Parent

The base POM for all Hibernate Core modules.

Лицензия

Лицензия

Категории

Категории

Hibernate Данные ORM
Группа

Группа

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

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

hibernate-core-parent
Последняя версия

Последняя версия

2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Hibernate Core Parent
The base POM for all Hibernate Core modules.
Ссылка на сайт

Ссылка на сайт

http://hibernate.org
Организация-разработчик

Организация-разработчик

Hibernate.org

Скачать hibernate-core-parent

Имя Файла Размер
hibernate-core-parent-2.pom 12 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.4.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2
1