Download diff-1.1.11.jar file - Jar d

Jar examples for d:diff

Description

The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text

You can download jar file diff 1.1.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add diff-1.1.11.jar to your project.

<dependency>
   <groupId>com.sksamuel.diff</groupId>
   <artifactId>diff</artifactId>
   <version>1.1.11</version>
</dependency>
compile group: 'com.sksamuel.diff', name: 'diff', version: '1.1.11'
libraryDependencies += "com.sksamuel.diff" % "diff" % "1.1.11"
<dependency org="com.sksamuel.diff" name="diff" rev="1.1.11"/>
@Grapes(@Grab(group='com.sksamuel.diff', module='diff', version='1.1.11'))
'com.sksamuel.diff:diff:jar:1.1.11'

Download

Click the following link to download the jar file.

diff-1.1.11-javadoc.jar
diff-1.1.11-sources.jar
diff-1.1.11.jar
diff-1.1.11.pom



Related Tutorials