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