com.github.akond/string-template

A Clojure wrapper around StringTemplate

Leiningen/Boot

[com.github.akond/string-template "0.0.12"]

Clojure CLI/deps.edn

com.github.akond/string-template {:mvn/version "0.0.12"}

Gradle

implementation("com.github.akond:string-template:0.0.12")

Maven

<dependency>
  <groupId>com.github.akond</groupId>
  <artifactId>string-template</artifactId>
  <version>0.0.12</version>
</dependency>