com.momentjs/moment

A lightweight javascript date library for parsing, validating, manipulating, and formatting dates.

Leiningen/Boot

[com.momentjs/moment "2.7.0"]

Clojure CLI/deps.edn

com.momentjs/moment {:mvn/version "2.7.0"}

Gradle

implementation("com.momentjs:moment:2.7.0")

Maven

<dependency>
  <groupId>com.momentjs</groupId>
  <artifactId>moment</artifactId>
  <version>2.7.0</version>
</dependency>