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