table

Display ascii tables for almost any data structure with ease

Leiningen/Boot

[table "0.2.0"]

Clojure CLI/deps.edn

table/table {:mvn/version "0.2.0"}

Gradle

implementation("table:table:0.2.0")

Maven

<dependency>
  <groupId>table</groupId>
  <artifactId>table</artifactId>
  <version>0.2.0</version>
</dependency>