org.clj-commons/humanize

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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