gel

A Clojure implementation of the Liquid template engine.

Leiningen/Boot

[gel "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

gel/gel {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("gel:gel:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>gel</groupId>
  <artifactId>gel</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>