com.biffweb/fx

Leiningen/Boot

[com.biffweb/fx "2.0.0-rc6"]

Clojure CLI/deps.edn

com.biffweb/fx {:mvn/version "2.0.0-rc6"}

Gradle

implementation("com.biffweb:fx:2.0.0-rc6")

Maven

<dependency>
  <groupId>com.biffweb</groupId>
  <artifactId>fx</artifactId>
  <version>2.0.0-rc6</version>
</dependency>