is not current version
Last Version 2.0.1

com.xeiam:sundial 1.1.3

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.3
Type

Type

jar

Download sundial 1.1.3


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