| License |
License |
|---|---|
| Categories |
CategoriesSundial Application Layer Libs Job Scheduling |
| GroupId | GroupIdcom.xeiam |
| ArtifactId | ArtifactIdsundial |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSundial
A Lightweight Java Job Scheduling Framework
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sundial-2.0.1.pom | |
| sundial-2.0.1.jar | 217 KB |
| sundial-2.0.1-sources.jar | 212 KB |
| sundial-2.0.1-javadoc.jar | 878 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xeiam/sundial/ -->
<dependency>
<groupId>com.xeiam</groupId>
<artifactId>sundial</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xeiam/sundial/
implementation 'com.xeiam:sundial:2.0.1'
// https://jarcasting.com/artifacts/com.xeiam/sundial/
implementation ("com.xeiam:sundial:2.0.1")
'com.xeiam:sundial:jar:2.0.1'
<dependency org="com.xeiam" name="sundial" rev="2.0.1">
<artifact name="sundial" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xeiam', module='sundial', version='2.0.1')
)
libraryDependencies += "com.xeiam" % "sundial" % "2.0.1"
[com.xeiam/sundial "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.10 |
| junit : junit | jar | 4.11 |