is not current version
Last Version 1.3.9

io.github.shaohuizhe:quartz 1.3.1

quartz

Categories

Categories

Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

quartz
Version

Version

1.3.1
Type

Type

jar

Download quartz 1.3.1


<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/quartz/ -->
<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>quartz</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/quartz/
implementation 'io.github.shaohuizhe:quartz:1.3.1'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/quartz/
implementation ("io.github.shaohuizhe:quartz:1.3.1")
'io.github.shaohuizhe:quartz:jar:1.3.1'
<dependency org="io.github.shaohuizhe" name="quartz" rev="1.3.1">
  <artifact name="quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='quartz', version='1.3.1')
)
libraryDependencies += "io.github.shaohuizhe" % "quartz" % "1.3.1"
[io.github.shaohuizhe/quartz "1.3.1"]