GNU Diff for Java

A translation of the GNU Diff algorithm to a Java class. The Diff class computes the differences between two Object arrays as a list of changes. This is very general purpose. Any of the options to GNU diff can be efficiently implemented as variations on how Object.equals() is implemented and how the change list is printed.

Лицензия

Лицензия

GNU GENERAL PUBLIC LICENSE
Группа

Группа

com.bmsi
Идентификатор

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

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

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

1.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

GNU Diff for Java
A translation of the GNU Diff algorithm to a Java class. The Diff class computes the differences between two Object arrays as a list of changes. This is very general purpose. Any of the options to GNU diff can be efficiently implemented as variations on how Object.equals() is implemented and how the change list is printed.

Скачать gnudiff

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.2

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

Данный проект не имеет модулей.

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

Версия
1.7