License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Quartz Application Layer Libs Job Scheduling |
GroupId | GroupIdcom.fit2cloud |
ArtifactId | ArtifactIdquartz-spring-boot-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquartz-spring-boot-starter
quartz spring boot starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/ -->
<dependency>
<groupId>com.fit2cloud</groupId>
<artifactId>quartz-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/
implementation 'com.fit2cloud:quartz-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.fit2cloud/quartz-spring-boot-starter/
implementation ("com.fit2cloud:quartz-spring-boot-starter:1.0.0")
'com.fit2cloud:quartz-spring-boot-starter:jar:1.0.0'
<dependency org="com.fit2cloud" name="quartz-spring-boot-starter" rev="1.0.0">
<artifact name="quartz-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fit2cloud', module='quartz-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.fit2cloud" % "quartz-spring-boot-starter" % "1.0.0"
[com.fit2cloud/quartz-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-starter-quartz | jar |