io.github.conjurernix/fx.core

FIXME: my new library.

Leiningen/Boot

[io.github.conjurernix/fx.core "0.0.1-alpha"]

Clojure CLI/deps.edn

io.github.conjurernix/fx.core {:mvn/version "0.0.1-alpha"}

Gradle

implementation("io.github.conjurernix:fx.core:0.0.1-alpha")

Maven

<dependency>
  <groupId>io.github.conjurernix</groupId>
  <artifactId>fx.core</artifactId>
  <version>0.0.1-alpha</version>
</dependency>