| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-spring-batch |
| Версия | Версия3.16.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Spring Batch
Camel Spring Batch support
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-spring-batch-3.16.0.pom | |
| camel-spring-batch-3.16.0.jar | 32 KB |
| camel-spring-batch-3.16.0-sources.jar | 19 KB |
| camel-spring-batch-3.16.0-javadoc.jar | 458 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-batch/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-batch</artifactId>
<version>3.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-batch/
implementation 'org.apache.camel:camel-spring-batch:3.16.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-batch/
implementation ("org.apache.camel:camel-spring-batch:3.16.0")
'org.apache.camel:camel-spring-batch:jar:3.16.0'
<dependency org="org.apache.camel" name="camel-spring-batch" rev="3.16.0">
<artifact name="camel-spring-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-batch', version='3.16.0')
)
libraryDependencies += "org.apache.camel" % "camel-spring-batch" % "3.16.0"
[org.apache.camel/camel-spring-batch "3.16.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.16.0 |
| org.springframework.batch : spring-batch-core | jar | 4.3.5 |