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