tick

A Clojure(Script) library for dealing with time. Intended as a replacement for clj-time

Leiningen/Boot

[tick "0.4.7-alpha"]

Clojure CLI/deps.edn

tick/tick {:mvn/version "0.4.7-alpha"}

Gradle

implementation("tick:tick:0.4.7-alpha")

Maven

<dependency>
  <groupId>tick</groupId>
  <artifactId>tick</artifactId>
  <version>0.4.7-alpha</version>
</dependency>