com.github.jimpil/jte-clj

Lightweight Clojure wrapper around JTE (Java Template Engine)

Leiningen/Boot

[com.github.jimpil/jte-clj "0.1.1"]

Clojure CLI/deps.edn

com.github.jimpil/jte-clj {:mvn/version "0.1.1"}

Gradle

implementation("com.github.jimpil:jte-clj:0.1.1")

Maven

<dependency>
  <groupId>com.github.jimpil</groupId>
  <artifactId>jte-clj</artifactId>
  <version>0.1.1</version>
</dependency>