License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Quartz Job Scheduling |
GroupId | GroupIdio.github.danielpine |
ArtifactId | ArtifactIdquartz-spring-boot-autoconfigure |
Last Version | Last Version1.0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquartz-spring-boot-autoconfigure
Quartz autoconfigure project for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.danielpine/quartz-spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.github.danielpine</groupId>
<artifactId>quartz-spring-boot-autoconfigure</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.danielpine/quartz-spring-boot-autoconfigure/
implementation 'io.github.danielpine:quartz-spring-boot-autoconfigure:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.danielpine/quartz-spring-boot-autoconfigure/
implementation ("io.github.danielpine:quartz-spring-boot-autoconfigure:1.0.1-RELEASE")
'io.github.danielpine:quartz-spring-boot-autoconfigure:jar:1.0.1-RELEASE'
<dependency org="io.github.danielpine" name="quartz-spring-boot-autoconfigure" rev="1.0.1-RELEASE">
<artifact name="quartz-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.danielpine', module='quartz-spring-boot-autoconfigure', version='1.0.1-RELEASE')
)
libraryDependencies += "io.github.danielpine" % "quartz-spring-boot-autoconfigure" % "1.0.1-RELEASE"
[io.github.danielpine/quartz-spring-boot-autoconfigure "1.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.5.RELEASE |
org.springframework : spring-context-support | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.5.RELEASE |
org.quartz-scheduler : quartz | jar | 2.3.0 |
org.quartz-scheduler : quartz-jobs | jar | 2.3.0 |