| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Quartz Библиотеки уровня приложения Job Scheduling |
| Группа | Группаcom.fit2cloud |
| Идентификатор | Идентификаторquartz-spring-boot-starter |
| Версия | Версия0.0.9 |
| Тип | Типjar |
| Описание |
Описаниеquartz-spring-boot-starter
quartz spring boot starter
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/ -->
<dependency>
<groupId>com.fit2cloud</groupId>
<artifactId>quartz-spring-boot-starter</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/
implementation 'com.fit2cloud:quartz-spring-boot-starter:0.0.9'
// https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/
implementation ("com.fit2cloud:quartz-spring-boot-starter:0.0.9")
'com.fit2cloud:quartz-spring-boot-starter:jar:0.0.9'
<dependency org="com.fit2cloud" name="quartz-spring-boot-starter" rev="0.0.9">
<artifact name="quartz-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fit2cloud', module='quartz-spring-boot-starter', version='0.0.9')
)
libraryDependencies += "com.fit2cloud" % "quartz-spring-boot-starter" % "0.0.9"
[com.fit2cloud/quartz-spring-boot-starter "0.0.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework : spring-context-support | jar | |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | |
| org.quartz-scheduler : quartz | jar | 2.3.2 |