is not current version
Last Version 1.2

org.bitbucket.cowwoc:diff-match-patch 1.1

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

GroupId

GroupId

org.bitbucket.cowwoc
ArtifactId

ArtifactId

diff-match-patch
Version

Version

1.1
Type

Type

jar

Download diff-match-patch 1.1


<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/diff-match-patch/ -->
<dependency>
    <groupId>org.bitbucket.cowwoc</groupId>
    <artifactId>diff-match-patch</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/diff-match-patch/
implementation 'org.bitbucket.cowwoc:diff-match-patch:1.1'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/diff-match-patch/
implementation ("org.bitbucket.cowwoc:diff-match-patch:1.1")
'org.bitbucket.cowwoc:diff-match-patch:jar:1.1'
<dependency org="org.bitbucket.cowwoc" name="diff-match-patch" rev="1.1">
  <artifact name="diff-match-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='diff-match-patch', version='1.1')
)
libraryDependencies += "org.bitbucket.cowwoc" % "diff-match-patch" % "1.1"
[org.bitbucket.cowwoc/diff-match-patch "1.1"]