is not current version
Last Version 2.0.1

com.xeiam:sundial 1.1.2

A Lightweight Java Job Scheduling Framework

Categories

Categories

Sundial Application Layer Libs Job Scheduling
GroupId

GroupId

com.xeiam
ArtifactId

ArtifactId

sundial
Version

Version

1.1.2
Type

Type

jar

Download sundial 1.1.2


<!-- https://jarcasting.com/artifacts/com.xeiam/sundial/ -->
<dependency>
    <groupId>com.xeiam</groupId>
    <artifactId>sundial</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xeiam/sundial/
implementation 'com.xeiam:sundial:1.1.2'
// https://jarcasting.com/artifacts/com.xeiam/sundial/
implementation ("com.xeiam:sundial:1.1.2")
'com.xeiam:sundial:jar:1.1.2'
<dependency org="com.xeiam" name="sundial" rev="1.1.2">
  <artifact name="sundial" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xeiam', module='sundial', version='1.1.2')
)
libraryDependencies += "com.xeiam" % "sundial" % "1.1.2"
[com.xeiam/sundial "1.1.2"]