delaunator-cljc

Fast 2D Delaunay triangulation in Clojure. A port of Delaunator.

Leiningen/Boot

[delaunator-cljc "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

delaunator-cljc/delaunator-cljc {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("delaunator-cljc:delaunator-cljc:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>delaunator-cljc</groupId>
  <artifactId>delaunator-cljc</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>