is not current version
Last Version 4.3.6

org.springframework.batch:spring-batch-infrastructure 2.2.1.RELEASE

The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-infrastructure
Version

Version

2.2.1.RELEASE
Type

Type

jar

Download spring-batch-infrastructure 2.2.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-infrastructure/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-infrastructure</artifactId>
    <version>2.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-infrastructure/
implementation 'org.springframework.batch:spring-batch-infrastructure:2.2.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-infrastructure/
implementation ("org.springframework.batch:spring-batch-infrastructure:2.2.1.RELEASE")
'org.springframework.batch:spring-batch-infrastructure:jar:2.2.1.RELEASE'
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="2.2.1.RELEASE">
  <artifact name="spring-batch-infrastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='2.2.1.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "2.2.1.RELEASE"
[org.springframework.batch/spring-batch-infrastructure "2.2.1.RELEASE"]