s

spring-data-bom

Bill of materials to make sure a consistent set of versions is used for Spring Data modules.
https://github.com/spring-projects/spring-data-bom
Apache License, Version 2.0
Pivotal Software, Inc.
Mark Paluch
Files download
File Operation
spring-data-bom-2023.1.5.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-bom</artifactId>
  <version>2023.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-bom:2023.1.5'
Gradle Kotlin
implementation("org.springframework.data:spring-data-bom:2023.1.5")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-bom" % "2023.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-bom', version='2023.1.5')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-bom" rev="2023.1.5" />
Leiningen
[org.springframework.data/spring-data-bom "2023.1.5"]
Apache Buildr
'org.springframework.data:spring-data-bom:jar:2023.1.5'
Dependencies
The project has no third-party dependencies