org.mentat/mathbox.cljs

CLJS interface for mathbox-react.

Leiningen/Boot

[org.mentat/mathbox.cljs "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

org.mentat/mathbox.cljs {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("org.mentat:mathbox.cljs:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>org.mentat</groupId>
  <artifactId>mathbox.cljs</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>