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