s

spring-batch-infrastructure

The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.
http://static.springframework.org/spring-batch/${project.artifactId}
Files download
File Operation
spring-batch-infrastructure-2.1.1.RELEASE.jar download
spring-batch-infrastructure-2.1.1.RELEASE.pom download
spring-batch-infrastructure-2.1.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-infrastructure</artifactId>
  <version>2.1.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-infrastructure:2.1.1.RELEASE'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-infrastructure:2.1.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "2.1.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='2.1.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="2.1.1.RELEASE" />
Leiningen
[org.springframework.batch/spring-batch-infrastructure "2.1.1.RELEASE"]
Apache Buildr
'org.springframework.batch:spring-batch-infrastructure:jar:2.1.1.RELEASE'