Files download
File Operation
spring-batch-bom-5.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-bom</artifactId>
  <version>5.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-bom:5.0.0'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-bom:5.0.0")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-bom" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-bom', version='5.0.0')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-bom" rev="5.0.0" />
Leiningen
[org.springframework.batch/spring-batch-bom "5.0.0"]
Apache Buildr
'org.springframework.batch:spring-batch-bom:jar:5.0.0'
Dependencies
The project has no third-party dependencies