fx-clj

A Clojure library for JavaFX

Leiningen/Boot

[fx-clj "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

fx-clj/fx-clj {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("fx-clj:fx-clj:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>fx-clj</groupId>
  <artifactId>fx-clj</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>