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.

Лицензия

Лицензия

MIT
Группа

Группа

org.xcorpion
Идентификатор

Идентификатор

jDiff
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/X-corpion/jDiff
Система контроля версий

Система контроля версий

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

Скачать jDiff

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.
org.xcorpion
This is a pseudo organization I use when I think my code is product ready.

Версии библиотеки

Версия
0.2.0
0.1.0