Hibernate ORM Bill of Material POM

This bill of materials (BOM) POM covers all the Hibernate ORM artifacts related to a particular version. By importing this BOM, you fix the version of all of Hibernate-related artifacts to the versions associated with a particular release. This prevents the overriding of Hibernate transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>hibernate-orm-bom</artifactId> <version>4.3.1.Final</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the Hibernate artifacts *without* a version.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.covisint.core
Идентификатор

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

hibernate-orm-bom
Последняя версия

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

4.3.1.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

Hibernate ORM Bill of Material POM
This bill of materials (BOM) POM covers all the Hibernate ORM artifacts related to a particular version. By importing this BOM, you fix the version of all of Hibernate-related artifacts to the versions associated with a particular release. This prevents the overriding of Hibernate transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>hibernate-orm-bom</artifactId> <version>4.3.1.Final</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the Hibernate artifacts *without* a version.
Ссылка на сайт

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

http://covisint.com
Система контроля версий

Система контроля версий

http://github.com/Covisint

Скачать hibernate-orm-bom

Имя Файла Размер
hibernate-orm-bom-4.3.1.Final.pom 3 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

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

Версия
4.3.1.Final