License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.cowwoc |
ArtifactId | ArtifactIddiff-match-patch |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondiff-match-patch
A Java library for performing the operations required for synchronizing plain text.
|
Filename | Size |
---|---|
diff-match-patch-1.2.pom | |
diff-match-patch-1.2.jar | 27 KB |
diff-match-patch-1.2-sources.jar | 20 KB |
diff-match-patch-1.2-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/diff-match-patch/ -->
<dependency>
<groupId>org.bitbucket.cowwoc</groupId>
<artifactId>diff-match-patch</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/diff-match-patch/
implementation 'org.bitbucket.cowwoc:diff-match-patch:1.2'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/diff-match-patch/
implementation ("org.bitbucket.cowwoc:diff-match-patch:1.2")
'org.bitbucket.cowwoc:diff-match-patch:jar:1.2'
<dependency org="org.bitbucket.cowwoc" name="diff-match-patch" rev="1.2">
<artifact name="diff-match-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='diff-match-patch', version='1.2')
)
libraryDependencies += "org.bitbucket.cowwoc" % "diff-match-patch" % "1.2"
[org.bitbucket.cowwoc/diff-match-patch "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |