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