`
zxt1985
  • 浏览: 20827 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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

    博客分类:
  • java
阅读更多
   关于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>


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics