lein-getdown

Lein plugin to wrap the Getdown java utility. Provides an easy way to make auto-update clojure applications.

Leiningen/Boot

[lein-getdown "0.0.1"]

Clojure CLI/deps.edn

lein-getdown/lein-getdown {:mvn/version "0.0.1"}

Gradle

implementation("lein-getdown:lein-getdown:0.0.1")

Maven

<dependency>
  <groupId>lein-getdown</groupId>
  <artifactId>lein-getdown</artifactId>
  <version>0.0.1</version>
</dependency>