не последняя версия
Последняя версия 1.0.5

de.chandre.quartz:spring-boot-starter-quartz 1.0.2

Spring Boot Quartz Scheduler auto configuration

Категории

Категории

Spring Boot Контейнер Микросервисы Quartz Библиотеки уровня приложения Job Scheduling
Группа

Группа

de.chandre.quartz
Идентификатор

Идентификатор

spring-boot-starter-quartz
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать spring-boot-starter-quartz 1.0.2


<!-- https://jarcasting.com/artifacts/de.chandre.quartz/spring-boot-starter-quartz/ -->
<dependency>
    <groupId>de.chandre.quartz</groupId>
    <artifactId>spring-boot-starter-quartz</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.chandre.quartz/spring-boot-starter-quartz/
implementation 'de.chandre.quartz:spring-boot-starter-quartz:1.0.2'
// https://jarcasting.com/artifacts/de.chandre.quartz/spring-boot-starter-quartz/
implementation ("de.chandre.quartz:spring-boot-starter-quartz:1.0.2")
'de.chandre.quartz:spring-boot-starter-quartz:jar:1.0.2'
<dependency org="de.chandre.quartz" name="spring-boot-starter-quartz" rev="1.0.2">
  <artifact name="spring-boot-starter-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chandre.quartz', module='spring-boot-starter-quartz', version='1.0.2')
)
libraryDependencies += "de.chandre.quartz" % "spring-boot-starter-quartz" % "1.0.2"
[de.chandre.quartz/spring-boot-starter-quartz "1.0.2"]