Spring Boot Quartz Scheduler auto configuration


License

License

Categories

Categories

Spring Boot Container Microservices Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

de.chandre.quartz
ArtifactId

ArtifactId

spring-boot-starter-quartz
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Quartz Scheduler auto configuration
Spring Boot Quartz Scheduler auto configuration
Project URL

Project URL

https://github.com/andrehertwig/spring-boot-starter-quartz
Source Code Management

Source Code Management

https://github.com/andrehertwig/spring-boot-starter-quartz

Download spring-boot-starter-quartz

How to add to project

<!-- 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"]

Dependencies

compile (7)

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

test (8)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0