| License | License | 
|---|---|
| GroupId | GroupIdorg.xcorpion | 
| ArtifactId | ArtifactIdjDiff | 
| Last Version | Last Version0.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionjDiff 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 | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| jDiff-0.2.0.pom | |
| jDiff-0.2.0.jar | 62 KB | 
| jDiff-0.2.0-sources.jar | 25 KB | 
| jDiff-0.2.0-javadoc.jar | 227 KB | 
| Browse | 
<!-- 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"]| 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.hamcrest : hamcrest-all | jar | 1.3 |