com.github.pmonks/clj-wcwidth

Pure Clojure implementations of wcwidth/wcswidth.

Leiningen/Boot

[com.github.pmonks/clj-wcwidth "1.0.58"]

Clojure CLI/deps.edn

com.github.pmonks/clj-wcwidth {:mvn/version "1.0.58"}

Gradle

implementation("com.github.pmonks:clj-wcwidth:1.0.58")

Maven

<dependency>
  <groupId>com.github.pmonks</groupId>
  <artifactId>clj-wcwidth</artifactId>
  <version>1.0.58</version>
</dependency>