| Категории |
КатегорииSpring Boot Контейнер Микросервисы Quartz Библиотеки уровня приложения Job Scheduling |
|---|---|
| Группа | Группаde.chandre.quartz |
| Идентификатор | Идентификаторspring-boot-starter-quartz |
| Версия | Версия1.0.2 |
| Тип | Типjar |
<!-- 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"]