Last Version

java-diff-utils 3.0

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

License

License

GroupId

GroupId

com.github.wumpz
ArtifactId

ArtifactId

diffutils
Version

Version

3.0
Type

Type

jar
Description

Description

java-diff-utils
The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.
Project URL

Project URL

https://github.com/wumpz/java-diff-utils
Project Organization

Project Organization

java-diff-utils
Source Code Management

Source Code Management

https://github.com/wumpz/java-diff-utils.git

Download diffutils 3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.jgit : org.eclipse.jgit jar 4.4.1.201607150455-r

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.