nst/parts

Reusable components

Leiningen/Boot

[nst/parts "0.1.8-SNAPSHOT"]

Clojure CLI/deps.edn

nst/parts {:mvn/version "0.1.8-SNAPSHOT"}

Gradle

implementation("nst:parts:0.1.8-SNAPSHOT")

Maven

<dependency>
  <groupId>nst</groupId>
  <artifactId>parts</artifactId>
  <version>0.1.8-SNAPSHOT</version>
</dependency>