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