hiccup-table

A library to easily generate html tables from clojure data structures with the possibility of defining the tags atributes as functions/maps.

Leiningen/Boot

[hiccup-table "0.2.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("hiccup-table:hiccup-table:0.2.0")

Maven

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