text.clj

A Clojure library of text utilities.

Leiningen/Boot

[text.clj "0.0.1"]

Clojure CLI/deps.edn

text.clj/text.clj {:mvn/version "0.0.1"}

Gradle

implementation("text.clj:text.clj:0.0.1")

Maven

<dependency>
  <groupId>text.clj</groupId>
  <artifactId>text.clj</artifactId>
  <version>0.0.1</version>
</dependency>