s

spring-framework-bom

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: com.covisint.core springframework-bom 4.0.2.RELEASE pom import And then declare your dependency on the Spring artifacts *without* a version.
http://covisint.com
The Apache Software License, Version 2.0
NextGen Platform Development Team
Files download
File Operation
spring-framework-bom-4.0.2.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.covisint.core</groupId>
  <artifactId>spring-framework-bom</artifactId>
  <version>4.0.2.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.covisint.core:spring-framework-bom:4.0.2.RELEASE'
Gradle Kotlin
implementation("com.covisint.core:spring-framework-bom:4.0.2.RELEASE")
Scala SBT
libraryDependencies += "com.covisint.core" % "spring-framework-bom" % "4.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.covisint.core', module='spring-framework-bom', version='4.0.2.RELEASE')
)
Apache Ivy
<dependency org="com.covisint.core" name="spring-framework-bom" rev="4.0.2.RELEASE" />
Leiningen
[com.covisint.core/spring-framework-bom "4.0.2.RELEASE"]
Apache Buildr
'com.covisint.core:spring-framework-bom:jar:4.0.2.RELEASE'
Dependencies
The project has no third-party dependencies