| Лицензия |
Лицензия
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-1.7.pom | |
| gnudiff-1.7.jar | 19 KB |
| gnudiff-1.7-sources.jar | 14 KB |
| gnudiff-1.7-javadoc.jar | 61 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |