is not current version
Last Version 3.0

com.github.wumpz:diffutils 2.2

The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.

GroupId

GroupId

com.github.wumpz
ArtifactId

ArtifactId

diffutils
Version

Version

2.2
Type

Type

jar

Download diffutils 2.2


<!-- https://jarcasting.com/artifacts/com.github.wumpz/diffutils/ -->
<dependency>
    <groupId>com.github.wumpz</groupId>
    <artifactId>diffutils</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wumpz/diffutils/
implementation 'com.github.wumpz:diffutils:2.2'
// https://jarcasting.com/artifacts/com.github.wumpz/diffutils/
implementation ("com.github.wumpz:diffutils:2.2")
'com.github.wumpz:diffutils:jar:2.2'
<dependency org="com.github.wumpz" name="diffutils" rev="2.2">
  <artifact name="diffutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wumpz', module='diffutils', version='2.2')
)
libraryDependencies += "com.github.wumpz" % "diffutils" % "2.2"
[com.github.wumpz/diffutils "2.2"]