License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Quartz Application Layer Libs Job Scheduling |
GroupId | GroupIdcom.fiestacabin.dropwizard.quartz |
ArtifactId | ArtifactIddropwizard-quartz |
Last Version | Last Version0.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard-Quartz
This is a simple Job Scheduler implementation for dropwizard, integrating Guice and Quartz.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dropwizard-quartz-0.7.2.pom | |
dropwizard-quartz-0.7.2.jar | 7 KB |
dropwizard-quartz-0.7.2-sources.jar | 3 KB |
dropwizard-quartz-0.7.2-javadoc.jar | 34 KB |
Browse |
<!-- 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"]
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 |
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 |