is not current version
Last Version 1.1.4.RELEASE

org.springframework.batch:spring-batch-infrastructure-tests 1.1.1.RELEASE

Integration tests for the Spring Batch Infrastructure

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-infrastructure-tests
Version

Version

1.1.1.RELEASE
Type

Type

jar

Download spring-batch-infrastructure-tests 1.1.1.RELEASE


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