is not current version
Last Version 1.3.9

io.github.shaohuizhe:quartz 1.0

quartz

Categories

Categories

Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

quartz
Version

Version

1.0
Type

Type

jar

Download quartz 1.0


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