org.clj-commons/humanize

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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