| GroupId | GroupIdorg.springframework.batch | 
|---|---|
| ArtifactId | ArtifactIdspring-batch-test | 
| Version | Version2.0.3.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-test</artifactId>
    <version>2.0.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/
implementation 'org.springframework.batch:spring-batch-test:2.0.3.RELEASE'// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/
implementation ("org.springframework.batch:spring-batch-test:2.0.3.RELEASE")'org.springframework.batch:spring-batch-test:jar:2.0.3.RELEASE'<dependency org="org.springframework.batch" name="spring-batch-test" rev="2.0.3.RELEASE">
  <artifact name="spring-batch-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-test', version='2.0.3.RELEASE')
)libraryDependencies += "org.springframework.batch" % "spring-batch-test" % "2.0.3.RELEASE"[org.springframework.batch/spring-batch-test "2.0.3.RELEASE"]