com.phronemophobic/scify

FIXME: my new library.

Leiningen/Boot

[com.phronemophobic/scify "1.0"]

Clojure CLI/deps.edn

com.phronemophobic/scify {:mvn/version "1.0"}

Gradle

implementation("com.phronemophobic:scify:1.0")

Maven

<dependency>
  <groupId>com.phronemophobic</groupId>
  <artifactId>scify</artifactId>
  <version>1.0</version>
</dependency>