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.29"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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