org.clj-commons/humanize

Leiningen/Boot

[org.clj-commons/humanize "1.0"]

Clojure CLI/deps.edn

org.clj-commons/humanize {:mvn/version "1.0"}

Gradle

implementation("org.clj-commons:humanize:1.0")

Maven

<dependency>
  <groupId>org.clj-commons</groupId>
  <artifactId>humanize</artifactId>
  <version>1.0</version>
</dependency>