Dropwizard-Quartz

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

License

License

Categories

Categories

DropWizard Container Microservices Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

com.fiestacabin.dropwizard.quartz
ArtifactId

ArtifactId

dropwizard-quartz
Last Version

Last Version

0.7.2
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard-Quartz
This is a simple Job Scheduler implementation for dropwizard, integrating Guice and Quartz.
Project URL

Project URL

https://github.com/jaredstehler/dropwizard-quartz

Download dropwizard-quartz

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 0.8.0
com.google.inject : guice jar 3.0
org.reflections : reflections jar 0.9.9
org.quartz-scheduler : quartz jar 2.1.5

test (5)

Group / Artifact Type Version
junit : junit-dep jar 4.10
org.hamcrest : hamcrest-core jar 1.2.1
org.hamcrest : hamcrest-integration jar 1.2.1
org.mockito : mockito-all jar 1.9.0
joda-time : joda-time jar 2.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.2
0.7.1
0.6.1