使用google-diff-match-patch比较文件[源码下载]

   关于google-diff-match-patch的具体使用,百度有很多,我就不描述了,这里主要是免费给大家共享一下源码的下载和maven地址。

给大家推荐一个博客:http://qiuguo0205.iteye.com/blog/1127601


Git项目路径:https://github.com/JanX2/google-diff-match-patch-git-svn

大家也可以用maven引入:

<!-- https://mvnrepository.com/artifact/diff_match_patch/diff_match_patch -->
<dependency>
    <groupId>diff_match_patch</groupId>
    <artifactId>diff_match_patch</artifactId>
    <version>current</version>
</dependency>


猜你喜欢

转载自zfc.iteye.com/blog/2366020