cronj

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

Leiningen/Boot

[cronj "0.6.2"]

Clojure CLI/deps.edn

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

Gradle

implementation("cronj:cronj:0.6.2")

Maven

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