agilecreativity/limo-template

Quick leinigen template for creating a Limo enable project.

Leiningen/Boot

[agilecreativity/limo-template "0.1.1"]

Clojure CLI/deps.edn

agilecreativity/limo-template {:mvn/version "0.1.1"}

Gradle

implementation("agilecreativity:limo-template:0.1.1")

Maven

<dependency>
  <groupId>agilecreativity</groupId>
  <artifactId>limo-template</artifactId>
  <version>0.1.1</version>
</dependency>