License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Quartz Application Layer Libs Job Scheduling |
GroupId | GroupIdtop.magicpotato |
ArtifactId | ArtifactIdspring-boot-fast-quartz-starter |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-fast-quartz-starter
quartz 与 spring boot的快速集成
|
<!-- https://jarcasting.com/artifacts/top.magicpotato/spring-boot-fast-quartz-starter/ -->
<dependency>
<groupId>top.magicpotato</groupId>
<artifactId>spring-boot-fast-quartz-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.magicpotato/spring-boot-fast-quartz-starter/
implementation 'top.magicpotato:spring-boot-fast-quartz-starter:0.0.1'
// https://jarcasting.com/artifacts/top.magicpotato/spring-boot-fast-quartz-starter/
implementation ("top.magicpotato:spring-boot-fast-quartz-starter:0.0.1")
'top.magicpotato:spring-boot-fast-quartz-starter:jar:0.0.1'
<dependency org="top.magicpotato" name="spring-boot-fast-quartz-starter" rev="0.0.1">
<artifact name="spring-boot-fast-quartz-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.magicpotato', module='spring-boot-fast-quartz-starter', version='0.0.1')
)
libraryDependencies += "top.magicpotato" % "spring-boot-fast-quartz-starter" % "0.0.1"
[top.magicpotato/spring-boot-fast-quartz-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.3 |
org.quartz-scheduler : quartz | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.3 |