c

contrazt

Simple library to compare objects of different types and generate reports for matches and mismatches
https://github.com/zaragozamartin91/Contrazt
The Apache License, Version 2.0
Martin Zaragoza
Files download
File Operation
contrazt-0.0.7.jar download
contrazt-0.0.7.pom download
contrazt-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zaragozamartin91</groupId>
  <artifactId>contrazt</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.zaragozamartin91:contrazt:0.0.7'
Gradle Kotlin
implementation("io.github.zaragozamartin91:contrazt:0.0.7")
Scala SBT
libraryDependencies += "io.github.zaragozamartin91" % "contrazt" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zaragozamartin91', module='contrazt', version='0.0.7')
)
Apache Ivy
<dependency org="io.github.zaragozamartin91" name="contrazt" rev="0.0.7" />
Leiningen
[io.github.zaragozamartin91/contrazt "0.0.7"]
Apache Buildr
'io.github.zaragozamartin91:contrazt:jar:0.0.7'