is not current version
Last Version 4.3.6

org.springframework.batch:spring-batch-test 4.2.2.RELEASE

Spring Batch Test

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-test
Version

Version

4.2.2.RELEASE
Type

Type

jar

Download spring-batch-test 4.2.2.RELEASE


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