damionjunk/common

A collection of common code bits, slowly accumulating as needed.

Leiningen/Boot

[damionjunk/common "0.2.0"]

Clojure CLI/deps.edn

damionjunk/common {:mvn/version "0.2.0"}

Gradle

implementation("damionjunk:common:0.2.0")

Maven

<dependency>
  <groupId>damionjunk</groupId>
  <artifactId>common</artifactId>
  <version>0.2.0</version>
</dependency>