This repository was archived by the owner on Jun 24, 2018. It is now read-only.
1.4.0: the first forked version
·
16 commits
to master
since this release
CHANGELOG
- switch from JDK5 to JDK7
- add Guava to dependency
- let user uses other string to represent line which does not exist
- implement event based parser like SAX (in difflib.event package)
HOW TO USE
You can download .jar file from Maven Central repository.
<dependency>
<groupId>jp.skypencil.java-diff-utils</groupId>
<artifactId>diffutils</artifactId>
<version>1.4.0</version>
</dependency>