clj-numbers-to-words

Clojure library to turn numbers up to 10 digits into text

Leiningen/Boot

[clj-numbers-to-words "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-numbers-to-words/clj-numbers-to-words {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-numbers-to-words:clj-numbers-to-words:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-numbers-to-words</groupId>
  <artifactId>clj-numbers-to-words</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>