io.github.cljfx/plorer

A small library for exploring and driving the live JavaFX scene graph from a Clojure REPL.

Leiningen/Boot

[io.github.cljfx/plorer "1.25"]

Clojure CLI/deps.edn

io.github.cljfx/plorer {:mvn/version "1.25"}

Gradle

implementation("io.github.cljfx:plorer:1.25")

Maven

<dependency>
  <groupId>io.github.cljfx</groupId>
  <artifactId>plorer</artifactId>
  <version>1.25</version>
</dependency>