stasis

A library of tools for creating static websites.

Leiningen/Boot

[stasis "0.7.0"]

Clojure CLI/deps.edn

stasis/stasis {:mvn/version "0.7.0"}

Gradle

implementation("stasis:stasis:0.7.0")

Maven

<dependency>
  <groupId>stasis</groupId>
  <artifactId>stasis</artifactId>
  <version>0.7.0</version>
</dependency>