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
- Host: GitHub
- URL: https://github.com/jayrbolton/diff-match-patch
- Owner: jayrbolton
- Created: 2018-06-15T20:15:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T20:24:12.000Z (almost 7 years ago)
- Last Synced: 2025-01-04T23:43:01.297Z (4 months ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`