diff-match-patch

Clojure wrapper for google-diff-match-patch library. It supports full interface of google-diff-match-patch.

Leiningen/Boot

[diff-match-patch "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

diff-match-patch/diff-match-patch {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("diff-match-patch:diff-match-patch:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>diff-match-patch</groupId>
  <artifactId>diff-match-patch</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>