webfunction

A Clojure library to allow web pages to be created with simple functions.

Leiningen/Boot

[webfunction "1.0"]

Clojure CLI/deps.edn

webfunction/webfunction {:mvn/version "1.0"}

Gradle

implementation("webfunction:webfunction:1.0")

Maven

<dependency>
  <groupId>webfunction</groupId>
  <artifactId>webfunction</artifactId>
  <version>1.0</version>
</dependency>