License |
License |
---|---|
GroupId | GroupIdorg.springframework.batch |
ArtifactId | ArtifactIdspring-batch-infrastructure |
Version | Version4.3.5 |
Type | Typejar |
Description |
DescriptionSpring Batch Infrastructure
Spring Batch Infrastructure
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-infrastructure/ -->
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>4.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-infrastructure/
implementation 'org.springframework.batch:spring-batch-infrastructure:4.3.5'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-infrastructure/
implementation ("org.springframework.batch:spring-batch-infrastructure:4.3.5")
'org.springframework.batch:spring-batch-infrastructure:jar:4.3.5'
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="4.3.5">
<artifact name="spring-batch-infrastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='4.3.5')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "4.3.5"
[org.springframework.batch/spring-batch-infrastructure "4.3.5"]