com.github.parenthesin/components

FIXME: my new library.

Leiningen/Boot

[com.github.parenthesin/components "0.0.2"]

Clojure CLI/deps.edn

com.github.parenthesin/components {:mvn/version "0.0.2"}

Gradle

implementation("com.github.parenthesin:components:0.0.2")

Maven

<dependency>
  <groupId>com.github.parenthesin</groupId>
  <artifactId>components</artifactId>
  <version>0.0.2</version>
</dependency>