fx-clj

A Clojure library for JavaFX

Leiningen/Boot

[fx-clj "0.1.0"]

Clojure CLI/deps.edn

fx-clj/fx-clj {:mvn/version "0.1.0"}

Gradle

implementation("fx-clj:fx-clj:0.1.0")

Maven

<dependency>
  <groupId>fx-clj</groupId>
  <artifactId>fx-clj</artifactId>
  <version>0.1.0</version>
</dependency>