cronj

This is task-scheduling library inspired by the cron syntax.

Leiningen/Boot

[cronj "0.3.3"]

Clojure CLI/deps.edn

cronj/cronj {:mvn/version "0.3.3"}

Gradle

implementation("cronj:cronj:0.3.3")

Maven

<dependency>
  <groupId>cronj</groupId>
  <artifactId>cronj</artifactId>
  <version>0.3.3</version>
</dependency>