| Categories |
CategoriesDropWizard Container Microservices Quartz Application Layer Libs Job Scheduling |
|---|---|
| GroupId | GroupIdcom.fiestacabin.dropwizard.quartz |
| ArtifactId | ArtifactIddropwizard-quartz |
| Version | Version0.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-quartz-0.7.1.pom | |
| dropwizard-quartz-0.7.1.jar | 7 KB |
| dropwizard-quartz-0.7.1-sources.jar | 3 KB |
| dropwizard-quartz-0.7.1-javadoc.jar | 37 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.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"]