License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-spring-batch |
Version | Version3.13.0 |
Type | Typejar |
Description |
DescriptionCamel :: Spring Batch
Camel Spring Batch support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-spring-batch-3.13.0.pom | |
camel-spring-batch-3.13.0.jar | 32 KB |
camel-spring-batch-3.13.0-sources.jar | 19 KB |
camel-spring-batch-3.13.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-batch/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-batch</artifactId>
<version>3.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-batch/
implementation 'org.apache.camel:camel-spring-batch:3.13.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-batch/
implementation ("org.apache.camel:camel-spring-batch:3.13.0")
'org.apache.camel:camel-spring-batch:jar:3.13.0'
<dependency org="org.apache.camel" name="camel-spring-batch" rev="3.13.0">
<artifact name="camel-spring-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-batch', version='3.13.0')
)
libraryDependencies += "org.apache.camel" % "camel-spring-batch" % "3.13.0"
[org.apache.camel/camel-spring-batch "3.13.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-support | jar | 3.13.0 |
org.springframework.batch : spring-batch-core | jar | 4.3.3 |