is not current version
Last Version 1.2

com.github.colincatsu:fast-object-diff 1.0

Java object diff

GroupId

GroupId

com.github.colincatsu
ArtifactId

ArtifactId

fast-object-diff
Version

Version

1.0
Type

Type

jar

Download fast-object-diff 1.0


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