clj-diffmatchpatch

A Clojure wrapper for the Java implimentation of google-diff-match-patch by Neil Fraser.

Leiningen/Boot

[clj-diffmatchpatch "0.0.9.3"]

Clojure CLI/deps.edn

clj-diffmatchpatch/clj-diffmatchpatch {:mvn/version "0.0.9.3"}

Gradle

implementation("clj-diffmatchpatch:clj-diffmatchpatch:0.0.9.3")

Maven

<dependency>
  <groupId>clj-diffmatchpatch</groupId>
  <artifactId>clj-diffmatchpatch</artifactId>
  <version>0.0.9.3</version>
</dependency>