stasis

A library of tools for creating static websites.

Leiningen/Boot

[stasis "1.1.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("stasis:stasis:1.1.1")

Maven

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