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.

License

License

GroupId

GroupId

com.covisint.core
ArtifactId

ArtifactId

spring-framework-bom
Last Version

Last Version

4.0.2.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://covisint.com
Source Code Management

Source Code Management

http://github.com/Covisint

Download spring-framework-bom

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.2.RELEASE