scicloj/gorilla-notes

basic example using gorilla-ui

Leiningen/Boot

[scicloj/gorilla-notes "0.3.0-SNAPSHOT"]

Clojure CLI/deps.edn

scicloj/gorilla-notes {:mvn/version "0.3.0-SNAPSHOT"}

Gradle

implementation("scicloj:gorilla-notes:0.3.0-SNAPSHOT")

Maven

<dependency>
  <groupId>scicloj</groupId>
  <artifactId>gorilla-notes</artifactId>
  <version>0.3.0-SNAPSHOT</version>
</dependency>