License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Quartz Application Layer Libs Job Scheduling |
GroupId | GroupIdde.chandre.quartz |
ArtifactId | ArtifactIdspring-boot-starter-quartz |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Quartz Scheduler auto configuration
Spring Boot Quartz Scheduler auto configuration
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.chandre.quartz/spring-boot-starter-quartz/
implementation 'de.chandre.quartz:spring-boot-starter-quartz:1.0.5'
// https://jarcasting.com/artifacts/de.chandre.quartz/spring-boot-starter-quartz/
implementation ("de.chandre.quartz:spring-boot-starter-quartz:1.0.5")
'de.chandre.quartz:spring-boot-starter-quartz:jar:1.0.5'
<dependency org="de.chandre.quartz" name="spring-boot-starter-quartz" rev="1.0.5">
<artifact name="spring-boot-starter-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chandre.quartz', module='spring-boot-starter-quartz', version='1.0.5')
)
libraryDependencies += "de.chandre.quartz" % "spring-boot-starter-quartz" % "1.0.5"
[de.chandre.quartz/spring-boot-starter-quartz "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.quartz-scheduler : quartz | jar | [2.2.3,) |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-actuator Optional | jar | |
org.springframework : spring-context-support | jar | |
org.springframework : spring-tx | jar | |
org.springframework.boot : spring-boot-starter-test | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-log4j2 | jar | |
org.springframework.boot : spring-boot-starter-tomcat | jar | |
org.springframework : spring-test | jar | |
junit : junit | jar | 4.12 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
com.h2database : h2 | jar | |
org.flywaydb : flyway-core | jar | 4.1.2 |