| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework.batch |
| ArtifactId | ArtifactIdspring-batch-integration |
| Last Version | Last Version4.3.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBatch Integration
Batch Integration
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-integration/ -->
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-integration</artifactId>
<version>4.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-integration/
implementation 'org.springframework.batch:spring-batch-integration:4.3.6'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-integration/
implementation ("org.springframework.batch:spring-batch-integration:4.3.6")
'org.springframework.batch:spring-batch-integration:jar:4.3.6'
<dependency org="org.springframework.batch" name="spring-batch-integration" rev="4.3.6">
<artifact name="spring-batch-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-integration', version='4.3.6')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-integration" % "4.3.6"
[org.springframework.batch/spring-batch-integration "4.3.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.batch : javax.batch-api Optional | jar | 1.0 |
| javax.jms : javax.jms-api Optional | jar | 2.0.1 |
| org.apache.logging.log4j : log4j-api Optional | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core Optional | jar | 2.17.2 |
| org.springframework.batch : spring-batch-core | jar | 4.3.6 |
| org.springframework.integration : spring-integration-core | jar | 5.5.12 |
| org.springframework.integration : spring-integration-jms Optional | jar | 5.5.12 |
| org.springframework.retry : spring-retry | jar | 1.3.3 |
| org.springframework : spring-aop | jar | 5.3.20 |
| org.springframework : spring-context | jar | 5.3.20 |
| org.springframework : spring-jms Optional | jar | 5.3.20 |
| org.springframework : spring-messaging | jar | 5.3.20 |
| org.springframework : spring-tx | jar | 5.3.20 |