| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices Sundial Application Layer Libs Job Scheduling |
| GroupId | GroupIdorg.knowm |
| ArtifactId | ArtifactIddropwizard-sundial |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondropwizard-sundial
Scheduled jobs in Dropwizard
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| dropwizard-sundial-2.0.0.pom | |
| dropwizard-sundial-2.0.0.jar | 13 KB |
| dropwizard-sundial-2.0.0-sources.jar | 7 KB |
| dropwizard-sundial-2.0.0-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.knowm/dropwizard-sundial/ -->
<dependency>
<groupId>org.knowm</groupId>
<artifactId>dropwizard-sundial</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.knowm/dropwizard-sundial/
implementation 'org.knowm:dropwizard-sundial:2.0.0'
// https://jarcasting.com/artifacts/org.knowm/dropwizard-sundial/
implementation ("org.knowm:dropwizard-sundial:2.0.0")
'org.knowm:dropwizard-sundial:jar:2.0.0'
<dependency org="org.knowm" name="dropwizard-sundial" rev="2.0.0">
<artifact name="dropwizard-sundial" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.knowm', module='dropwizard-sundial', version='2.0.0')
)
libraryDependencies += "org.knowm" % "dropwizard-sundial" % "2.0.0"
[org.knowm/dropwizard-sundial "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.knowm : sundial | jar | 2.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 2.0.14 |
| io.dropwizard : dropwizard-lifecycle | jar | 2.0.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-testing | jar | 2.0.14 |
| io.dropwizard : dropwizard-client | jar | 2.0.14 |
| org.powermock : powermock-module-junit4 | jar | 2.0.7 |
| org.powermock : powermock-api-easymock | jar | 2.0.7 |
| org.easymock : easymock | jar | 4.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.assertj : assertj-core | jar | 3.18.0 |