parts

Collection of reusable components for my personal use

Leiningen/Boot

[parts "0.1.4-SNAPSHOT"]

Clojure CLI/deps.edn

parts/parts {:mvn/version "0.1.4-SNAPSHOT"}

Gradle

implementation("parts:parts:0.1.4-SNAPSHOT")

Maven

<dependency>
  <groupId>parts</groupId>
  <artifactId>parts</artifactId>
  <version>0.1.4-SNAPSHOT</version>
</dependency>