cc.qbits/commons

Stuff

Leiningen/Boot

[cc.qbits/commons "0.1.0"]

Clojure CLI/deps.edn

cc.qbits/commons {:mvn/version "0.1.0"}

Gradle

implementation("cc.qbits:commons:0.1.0")

Maven

<dependency>
  <groupId>cc.qbits</groupId>
  <artifactId>commons</artifactId>
  <version>0.1.0</version>
</dependency>