org.clojars.m-r-hunt/grid-2d

Simple 2d grid library that operates on nested vectors.

Leiningen/Boot

[org.clojars.m-r-hunt/grid-2d "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.m-r-hunt/grid-2d {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("org.clojars.m-r-hunt:grid-2d:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.m-r-hunt</groupId>
  <artifactId>grid-2d</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.