clj-hex-grid

A basic Clojure library for working with hexagonal grids

Leiningen/Boot

[clj-hex-grid "0.1.3-SNAPSHOT"]

Clojure CLI/deps.edn

clj-hex-grid/clj-hex-grid {:mvn/version "0.1.3-SNAPSHOT"}

Gradle

implementation("clj-hex-grid:clj-hex-grid:0.1.3-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-hex-grid</groupId>
  <artifactId>clj-hex-grid</artifactId>
  <version>0.1.3-SNAPSHOT</version>
</dependency>