Download diff-match-patch-1.1.jar file - Jar d

Jar examples for d:diff-match-patch

Description

A Java library for performing the operations required for synchronizing plain text.

You can download jar file diff-match-patch 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add diff-match-patch-1.1.jar to your project.

<dependency>
   <groupId>org.bitbucket.cowwoc</groupId>
   <artifactId>diff-match-patch</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'org.bitbucket.cowwoc', name: 'diff-match-patch', version: '1.1'
libraryDependencies += "org.bitbucket.cowwoc" % "diff-match-patch" % "1.1"
<dependency org="org.bitbucket.cowwoc" name="diff-match-patch" rev="1.1"/>
@Grapes(@Grab(group='org.bitbucket.cowwoc', module='diff-match-patch', version='1.1'))
'org.bitbucket.cowwoc:diff-match-patch:jar:1.1'

Download

Click the following link to download the jar file.

diff-match-patch-1.1-javadoc.jar
diff-match-patch-1.1-sources.jar
diff-match-patch-1.1.jar
diff-match-patch-1.1.pom



Related Tutorials