Spring Framework Bill of Material POM

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

Лицензия

Лицензия

Группа

Группа

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

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

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

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

4.0.2.RELEASE
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

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

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

http://github.com/Covisint

Скачать spring-framework-bom

Имя Файла Размер
spring-framework-bom-4.0.2.RELEASE.pom 7 KB
Обзор

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

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

Зависимости

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

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

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

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

Версия
4.0.2.RELEASE