is not current version
Last Version 4.3.6

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

Spring Batch Core

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-core
Version

Version

4.3.0
Type

Type

jar

Download spring-batch-core 4.3.0


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