tjmaynes/lein-playground

Leiningen template for trying things out in the repl.

Leiningen/Boot

[tjmaynes/lein-playground "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

tjmaynes/lein-playground {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("tjmaynes:lein-playground:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>tjmaynes</groupId>
  <artifactId>lein-playground</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>