respo/tiny-app

Respo tiny app template

Leiningen/Boot

[respo/tiny-app "0.2.0-alpha"]

Clojure CLI/deps.edn

respo/tiny-app {:mvn/version "0.2.0-alpha"}

Gradle

implementation("respo:tiny-app:0.2.0-alpha")

Maven

<dependency>
  <groupId>respo</groupId>
  <artifactId>tiny-app</artifactId>
  <version>0.2.0-alpha</version>
</dependency>