| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuartz Библиотеки уровня приложения Job Scheduling |
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-quartz-starter |
| Версия | Версия3.16.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel SB Starters :: Quartz
Spring-Boot Starter for Camel Quartz support
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camel-quartz-starter-3.16.0.pom | |
| camel-quartz-starter-3.16.0.jar | 15 KB |
| camel-quartz-starter-3.16.0-sources.jar | 13 KB |
| camel-quartz-starter-3.16.0-javadoc.jar | 402 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-quartz-starter</artifactId>
<version>3.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/
implementation 'org.apache.camel.springboot:camel-quartz-starter:3.16.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/
implementation ("org.apache.camel.springboot:camel-quartz-starter:3.16.0")
'org.apache.camel.springboot:camel-quartz-starter:jar:3.16.0'
<dependency org="org.apache.camel.springboot" name="camel-quartz-starter" rev="3.16.0">
<artifact name="camel-quartz-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-quartz-starter', version='3.16.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-quartz-starter" % "3.16.0"
[org.apache.camel.springboot/camel-quartz-starter "3.16.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.4 |
| org.apache.camel : camel-quartz | jar | 3.16.0 |
| org.apache.camel.springboot : camel-core-starter | jar | 3.16.0 |
| org.springframework.boot : spring-boot-autoconfigure-processor Необязательный | jar | 2.6.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.6.4 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.4 |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.6.4 |
| org.apache.camel.springboot : camel-spring-boot-dependencies | pom | 3.16.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |
| org.apache.camel : camel-test-spring-junit5 | jar | 3.16.0 |