org.jmatt/clj-time

A date and time library for Clojure, wrapping Joda Time.

Leiningen/Boot

[org.jmatt/clj-time "0.3.3"]

Clojure CLI/deps.edn

org.jmatt/clj-time {:mvn/version "0.3.3"}

Gradle

implementation("org.jmatt:clj-time:0.3.3")

Maven

<dependency>
  <groupId>org.jmatt</groupId>
  <artifactId>clj-time</artifactId>
  <version>0.3.3</version>
</dependency>