MVN

com.covisint.core : spring-framework-bom

Maven & Gradle

Apr 22, 2015
7 usages

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.

<dependency>
    <groupId>com.covisint.core</groupId>
    <artifactId>spring-framework-bom</artifactId>
    <version>4.0.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.covisint.core : spring-framework-bom to add to Maven - Latest Versions:

  • Latest Stable: 4.0.2.RELEASE

All Versions

Choose a version of com.covisint.core : spring-framework-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
spring-framework-bom-4.0.2.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.covisint.core</groupId>
    <artifactId>spring-framework-bom</artifactId>
    <version>4.0.2.RELEASE</version>
</dependency>

Advertisement

Dependencies from Group

Apr 22, 2015
10 usages
Apr 22, 2015
8 usages
Apr 22, 2015
8 usages
Apr 23, 2015
4 usages

Discover Dependencies

Feb 01, 2017
0 stars
Apr 27, 2016
1 stars
Jul 13, 2017
57 stars
Jan 28, 2022
2 usages
170 stars
ws
Jul 20, 2015
10 usages
0 stars
Jul 20, 2015
6 usages
0 stars
Apr 22, 2015
1 stars
Aug 05, 2015
1 usages
941 stars
Aug 05, 2015
941 stars