e85th/commons

Various infrastructure and utilities to bootstrap an application/server.

Leiningen/Boot

[e85th/commons "0.1.0"]

Clojure CLI/deps.edn

e85th/commons {:mvn/version "0.1.0"}

Gradle

implementation("e85th:commons:0.1.0")

Maven

<dependency>
  <groupId>e85th</groupId>
  <artifactId>commons</artifactId>
  <version>0.1.0</version>
</dependency>