org.knotation/knotation-editor

A front-end library implementing a Knotation editor

Leiningen/Boot

[org.knotation/knotation-editor "1.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.knotation/knotation-editor {:mvn/version "1.2.0-SNAPSHOT"}

Gradle

implementation("org.knotation:knotation-editor:1.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.knotation</groupId>
  <artifactId>knotation-editor</artifactId>
  <version>1.2.0-SNAPSHOT</version>
</dependency>