Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Quartz Job Scheduling |
---|---|
GroupId | GroupIdcom.github.attemper |
ArtifactId | ArtifactIdquartz-spring-boot-autoconfigure |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.attemper/quartz-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.attemper</groupId>
<artifactId>quartz-spring-boot-autoconfigure</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attemper/quartz-spring-boot-autoconfigure/
implementation 'com.github.attemper:quartz-spring-boot-autoconfigure:1.0.1'
// https://jarcasting.com/artifacts/com.github.attemper/quartz-spring-boot-autoconfigure/
implementation ("com.github.attemper:quartz-spring-boot-autoconfigure:1.0.1")
'com.github.attemper:quartz-spring-boot-autoconfigure:jar:1.0.1'
<dependency org="com.github.attemper" name="quartz-spring-boot-autoconfigure" rev="1.0.1">
<artifact name="quartz-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attemper', module='quartz-spring-boot-autoconfigure', version='1.0.1')
)
libraryDependencies += "com.github.attemper" % "quartz-spring-boot-autoconfigure" % "1.0.1"
[com.github.attemper/quartz-spring-boot-autoconfigure "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework : spring-context-support Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
com.github.attemper : quartz-core | jar | 2.3.2.2 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
com.fasterxml.jackson.core : jackson-databind | jar |