is not current version
Last Version 4.3.6

org.springframework.batch:spring-batch-infrastructure 4.3.0

Spring Batch Infrastructure

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-infrastructure
Version

Version

4.3.0
Type

Type

jar

Download spring-batch-infrastructure 4.3.0


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