othello

An implementation of Operational Transform

Leiningen/Boot

[othello "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

othello/othello {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("othello:othello:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>othello</groupId>
  <artifactId>othello</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>