An open API service indexing awesome lists of open source software.

https://github.com/jayrbolton/diff-match-patch

Fork of https://github.com/google/diff-match-patch with a Gradle build
https://github.com/jayrbolton/diff-match-patch

Last synced: 2 months ago
JSON representation

Fork of https://github.com/google/diff-match-patch with a Gradle build

Awesome Lists containing this project

README

        

# diff-match-patch

This is a fork of the Java package from https://github.com/google/diff-match-patch with a gradle build:

```sh
$ gradle wrapper
$ ./gradlew build
```

The jar is built to `build/libs`