cronj

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

Leiningen/Boot

[cronj "0.2.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("cronj:cronj:0.2.0")

Maven

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