SLF4J Bill of Material POM

This bill of materials (BOM) POM covers all the SLF4J artifacts related to a particular version. By importing this BOM, you fix the version of all of SLF4J-related artifacts to the versions associated with a particular release. This prevents the overriding of SLF4J 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>slf4j-bom</artifactId> <version>1.7.6</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the SLF4J artifacts *without* a version.

Лицензия

Лицензия

Категории

Категории

SLF4J Библиотеки уровня приложения Logging
Группа

Группа

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

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

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

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

1.7.6
Дата

Дата

Тип

Тип

pom
Описание

Описание

SLF4J Bill of Material POM
This bill of materials (BOM) POM covers all the SLF4J artifacts related to a particular version. By importing this BOM, you fix the version of all of SLF4J-related artifacts to the versions associated with a particular release. This prevents the overriding of SLF4J 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>slf4j-bom</artifactId> <version>1.7.6</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the SLF4J artifacts *without* a version.
Ссылка на сайт

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

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

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

http://github.com/Covisint

Скачать slf4j-bom

Имя Файла Размер
slf4j-bom-1.7.6.pom 4 KB
Обзор

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

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

Зависимости

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

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

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

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

Версия
1.7.6