License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.cowwoc.diff-match-patch |
ArtifactId | ArtifactIddiff-match-patch |
Last Version | Last Version1.0 |
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.0.pom | |
diff-match-patch-1.0.jar | 27 KB |
diff-match-patch-1.0-sources.jar | 20 KB |
diff-match-patch-1.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc.diff-match-patch/diff-match-patch/ -->
<dependency>
<groupId>org.bitbucket.cowwoc.diff-match-patch</groupId>
<artifactId>diff-match-patch</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.diff-match-patch/diff-match-patch/
implementation 'org.bitbucket.cowwoc.diff-match-patch:diff-match-patch:1.0'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.diff-match-patch/diff-match-patch/
implementation ("org.bitbucket.cowwoc.diff-match-patch:diff-match-patch:1.0")
'org.bitbucket.cowwoc.diff-match-patch:diff-match-patch:jar:1.0'
<dependency org="org.bitbucket.cowwoc.diff-match-patch" name="diff-match-patch" rev="1.0">
<artifact name="diff-match-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc.diff-match-patch', module='diff-match-patch', version='1.0')
)
libraryDependencies += "org.bitbucket.cowwoc.diff-match-patch" % "diff-match-patch" % "1.0"
[org.bitbucket.cowwoc.diff-match-patch/diff-match-patch "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |