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