Files download
File Operation
quartz-1.3.8.jar download
quartz-1.3.8.pom download
quartz-1.3.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>quartz</artifactId>
  <version>1.3.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:quartz:1.3.8'
Gradle Kotlin
implementation("io.github.shaohuizhe:quartz:1.3.8")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "quartz" % "1.3.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='quartz', version='1.3.8')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="quartz" rev="1.3.8" />
Leiningen
[io.github.shaohuizhe/quartz "1.3.8"]
Apache Buildr
'io.github.shaohuizhe:quartz:jar:1.3.8'