com.github.dgknght/app-lib

Library of commonly used functions for web app development

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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