table

Display ascii tables for almost any data structure with ease

Leiningen/Boot

[table "0.5.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("table:table:0.5.0")

Maven

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