table

Display ascii tables for almost any data structure with ease

Leiningen/Boot

[table "0.3.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("table:table:0.3.1")

Maven

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