cronj

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

Leiningen/Boot

[cronj "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("cronj:cronj:0.1.0")

Maven

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