[size=x-large][b] 关于google-diff-match-patch的具体使用,百度有很多,我就不描述了,这里主要是免费给大家共享一下源码的下载和maven地址。
给大家推荐一个博客:[url]http://qiuguo0205.iteye.com/blog/1127601[/url]
Git项目路径:[url]https://github.com/JanX2/google-diff-match-patch-git-svn[/url]
大家也可以用maven引入:[/b][/size]
<!-- 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>