mesh-clj

A clojure wrapper for the mesh library located here: http://leebyron.com/mesh/

Leiningen/Boot

[mesh-clj "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

mesh-clj/mesh-clj {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("mesh-clj:mesh-clj:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>mesh-clj</groupId>
  <artifactId>mesh-clj</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>