jDiff

jDiff is a Java object diffing/merging library. The aim is to provide support for arbitrary object content diffing and merging (like git diff/merge) through native support for general object and extensible interfaces to allow custom logic to be plugged in.

License

License

MIT
GroupId

GroupId

org.xcorpion
ArtifactId

ArtifactId

jDiff
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jDiff
jDiff is a Java object diffing/merging library. The aim is to provide support for arbitrary object content diffing and merging (like git diff/merge) through native support for general object and extensible interfaces to allow custom logic to be plugged in.
Project URL

Project URL

https://github.com/X-corpion/jDiff
Source Code Management

Source Code Management

https://github.com/X-corpion/jDiff

Download jDiff

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.4
com.google.guava : guava jar 19.0
org.objenesis : objenesis jar 2.6
com.google.code.findbugs : jsr305 jar 2.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.
org.xcorpion
This is a pseudo organization I use when I think my code is product ready.

Versions

Version
0.2.0
0.1.0