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.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add diffutils-1.2.1.jar to your project.
<dependency> <groupId>com.googlecode.java-diff-utils</groupId> <artifactId>diffutils</artifactId> <version>1.2.1</version> </dependency>
compile group: 'com.googlecode.java-diff-utils', name: 'diffutils', version: '1.2.1'
libraryDependencies += "com.googlecode.java-diff-utils" % "diffutils" % "1.2.1"
<dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2.1"/>
@Grapes(@Grab(group='com.googlecode.java-diff-utils', module='diffutils', version='1.2.1'))
'com.googlecode.java-diff-utils:diffutils:jar:1.2.1'
Click the following link to download the jar file.
diffutils-1.2.1-javadoc.jar