com.github.dgknght/app-lib

Library of commonly used functions for web app development

Leiningen/Boot

[com.github.dgknght/app-lib "0.2.5"]

Clojure CLI/deps.edn

com.github.dgknght/app-lib {:mvn/version "0.2.5"}

Gradle

implementation("com.github.dgknght:app-lib:0.2.5")

Maven

<dependency>
  <groupId>com.github.dgknght</groupId>
  <artifactId>app-lib</artifactId>
  <version>0.2.5</version>
</dependency>