table

Display ascii tables for almost any data structure with ease

Leiningen/Boot

[table "0.3.2"]

Clojure CLI/deps.edn

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

Gradle

implementation("table:table:0.3.2")

Maven

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