clooj

the start of a seesaw version of clooj, a small IDE for clojure

Leiningen/Boot

[clooj "0.3.4.1-SNAPSHOT"]

Clojure CLI/deps.edn

clooj/clooj {:mvn/version "0.3.4.1-SNAPSHOT"}

Gradle

implementation("clooj:clooj:0.3.4.1-SNAPSHOT")

Maven

<dependency>
  <groupId>clooj</groupId>
  <artifactId>clooj</artifactId>
  <version>0.3.4.1-SNAPSHOT</version>
</dependency>