Registry / build-tool / spring-framework-bom

spring-framework-bom

JSON →
library7.0.7javamavenunverified

Bill of Materials for managing Spring Framework dependency versions.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-framework-bom</artifactId> <version>7.0.7</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-FRAMEWORK-B
S
spring-framework-bom
build-tooljavav7.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SpringVersion
org.springframework.core.SpringVersion

Prints the current Spring Framework version.

import org.springframework.core.SpringVersion; public class Example { public static void main(String[] args) { System.out.println(SpringVersion.getVersion()); } }
Debug
Known issues
gotchaBOM does not include transitive dependencies; you must still declare them.
fix
Use the BOM in dependencyManagement and then declare each Spring dependency without version.
affects: all
Upgrade
Version history
7.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
spring-framework-bom — mvn dependency:get spring-framework-bom · libregistry