| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices Quartz Application Layer Libs Job Scheduling |
| GroupId | GroupIdcom.xboxng |
| ArtifactId | ArtifactIddropwizard-quartz |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondropwizard-quartz
DropWizard Quartz Support
|
| Filename | Size |
|---|---|
| dropwizard-quartz-0.1.pom | |
| dropwizard-quartz-0.1.jar | 8 KB |
| dropwizard-quartz-0.1-sources.jar | 3 KB |
| dropwizard-quartz-0.1-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xboxng/dropwizard-quartz/ -->
<dependency>
<groupId>com.xboxng</groupId>
<artifactId>dropwizard-quartz</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xboxng/dropwizard-quartz/
implementation 'com.xboxng:dropwizard-quartz:0.1'
// https://jarcasting.com/artifacts/com.xboxng/dropwizard-quartz/
implementation ("com.xboxng:dropwizard-quartz:0.1")
'com.xboxng:dropwizard-quartz:jar:0.1'
<dependency org="com.xboxng" name="dropwizard-quartz" rev="0.1">
<artifact name="dropwizard-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xboxng', module='dropwizard-quartz', version='0.1')
)
libraryDependencies += "com.xboxng" % "dropwizard-quartz" % "0.1"
[com.xboxng/dropwizard-quartz "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.quartz-scheduler : quartz | jar | 2.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 0.8.2 |