damionjunk/common

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

Leiningen/Boot

[damionjunk/common "0.2.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("damionjunk:common:0.2.1")

Maven

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