joinr/nightclub

This is a revisitation of the nightcode swing database. Based on Zach Oakes's body of work. The intent is to extend his working example from NightCode, and provide a powerful facility for embedded swing-based editing in clojure applications. Similar to nightlite, but theoretically more robust. At a minimum, re-use his widgets in a modular capacity. Decouple the lein dependency and other build components...

Leiningen/Boot

[joinr/nightclub "0.0.3-SNAPSHOT"]

Clojure CLI/deps.edn

joinr/nightclub {:mvn/version "0.0.3-SNAPSHOT"}

Gradle

implementation("joinr:nightclub:0.0.3-SNAPSHOT")

Maven

<dependency>
  <groupId>joinr</groupId>
  <artifactId>nightclub</artifactId>
  <version>0.0.3-SNAPSHOT</version>
</dependency>