Files download
File Operation
spring-batch-core-5.0.5.jar download
spring-batch-core-5.0.5.pom download
spring-batch-core-5.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-core</artifactId>
  <version>5.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-core:5.0.5'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-core:5.0.5")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-core" % "5.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-core', version='5.0.5')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-core" rev="5.0.5" />
Leiningen
[org.springframework.batch/spring-batch-core "5.0.5"]
Apache Buildr
'org.springframework.batch:spring-batch-core:jar:5.0.5'