Jar examples for d:diffutils
The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.
You can download jar file diffutils 1.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add diffutils-1.2.jar to your project.
<dependency> <groupId>com.googlecode.java-diff-utils</groupId> <artifactId>diffutils</artifactId> <version>1.2</version> </dependency>
compile group: 'com.googlecode.java-diff-utils', name: 'diffutils', version: '1.2'
libraryDependencies += "com.googlecode.java-diff-utils" % "diffutils" % "1.2"
<dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2"/>
@Grapes(@Grab(group='com.googlecode.java-diff-utils', module='diffutils', version='1.2'))
'com.googlecode.java-diff-utils:diffutils:jar:1.2'
Click the following link to download the jar file.
diffutils-1.2-javadoc.jar