clojurefx

Helper functions and probably a wrapper to simplify usage of JavaFX in Clojure. This is meant to be used with Java 8. If you add JavaFX 2.2 to your classpath it might still work, but that isn't tested. [This Project On GitHub](https://www.github.com/zilti/clojurefx) **Installation: `[clojurefx "0.0.7"]`**

Leiningen/Boot

[clojurefx "0.0.7"]

Clojure CLI/deps.edn

clojurefx/clojurefx {:mvn/version "0.0.7"}

Gradle

implementation("clojurefx:clojurefx:0.0.7")

Maven

<dependency>
  <groupId>clojurefx</groupId>
  <artifactId>clojurefx</artifactId>
  <version>0.0.7</version>
</dependency>