clj-diffmatchpatch

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

  • VCSN/A

  • cljdoc documentationcljdoc
  • 5,758 Downloads
  • 119 This Version

Leiningen/Boot

[clj-diffmatchpatch "0.0.9.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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