template-replace

Leiningen plugin to replace templates in given files with the given value and output into the target files

Leiningen/Boot

[template-replace "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

template-replace/template-replace {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("template-replace:template-replace:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>template-replace</groupId>
  <artifactId>template-replace</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>