j

j-diff

J-diff is a simple, yet powerful Java library for finding the difference between two Plain old java objects or POJOs
https://github.com/yordan-desta/j-diff
Apache License, Version 2.0
Yordanos Desta
文件下载
文件名 操作
j-diff-1.0.0.jar 下载
j-diff-1.0.0.pom 下载
j-diff-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.yordan-desta</groupId>
  <artifactId>j-diff</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.yordan-desta:j-diff:1.0.0'
Gradle Kotlin
implementation("com.github.yordan-desta:j-diff:1.0.0")
Scala SBT
libraryDependencies += "com.github.yordan-desta" % "j-diff" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yordan-desta', module='j-diff', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.yordan-desta" name="j-diff" rev="1.0.0" />
Leiningen
[com.github.yordan-desta/j-diff "1.0.0"]
Apache Buildr
'com.github.yordan-desta:j-diff:jar:1.0.0'