unicode-math

A Clojure library designed to let you painfully write easily readable math.

Leiningen/Boot

[unicode-math "0.2.0"]

Clojure CLI/deps.edn

unicode-math/unicode-math {:mvn/version "0.2.0"}

Gradle

implementation("unicode-math:unicode-math:0.2.0")

Maven

<dependency>
  <groupId>unicode-math</groupId>
  <artifactId>unicode-math</artifactId>
  <version>0.2.0</version>
</dependency>