com.flyingmachine/webutils

some web app utilities

Leiningen/Boot

[com.flyingmachine/webutils "0.1.3"]

Clojure CLI/deps.edn

com.flyingmachine/webutils {:mvn/version "0.1.3"}

Gradle

implementation("com.flyingmachine:webutils:0.1.3")

Maven

<dependency>
  <groupId>com.flyingmachine</groupId>
  <artifactId>webutils</artifactId>
  <version>0.1.3</version>
</dependency>