is not current version
Last Version 2.2.2

org.knowm:sundial 2.1.2

A Lightweight Job Scheduling Framework forked from Quartz

Categories

Categories

Sundial Application Layer Libs Job Scheduling
GroupId

GroupId

org.knowm
ArtifactId

ArtifactId

sundial
Version

Version

2.1.2
Type

Type

jar

Download sundial 2.1.2


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