com.widdindustries/time-literals

A Clojure(Script) library which provides tagged literals for java.time objects, which on the jvm is objects from the `java.time` platform library and in Javascript is a java.time clone, called '[js-joda](https://js-joda.github.io/js-joda/)'.

Leiningen/Boot

[com.widdindustries/time-literals "0.1.10"]

Clojure CLI/deps.edn

com.widdindustries/time-literals {:mvn/version "0.1.10"}

Gradle

implementation("com.widdindustries:time-literals:0.1.10")

Maven

<dependency>
  <groupId>com.widdindustries</groupId>
  <artifactId>time-literals</artifactId>
  <version>0.1.10</version>
</dependency>