is not current version
Last Version 0.7.2

com.fiestacabin.dropwizard.quartz:dropwizard-quartz 0.7.1

This is a simple Job Scheduler implementation for dropwizard, integrating Guice and Quartz.

Categories

Categories

DropWizard Container Microservices Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

com.fiestacabin.dropwizard.quartz
ArtifactId

ArtifactId

dropwizard-quartz
Version

Version

0.7.1
Type

Type

jar

Download dropwizard-quartz 0.7.1


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