is not current version
Last Version 1.0.5

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

Spring Boot Quartz Scheduler auto configuration

Categories

Categories

Spring Boot Container Microservices Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

de.chandre.quartz
ArtifactId

ArtifactId

spring-boot-starter-quartz
Version

Version

1.0.4
Type

Type

jar

Download spring-boot-starter-quartz 1.0.4


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