g

gnudiff4j

GNU Diff algorithm for Java originally from https://bmsi.com/java/Diff.java
https://github.com/omegat-org/gnudiff4j
The GNU General Public License, version 1
OmegaT
Files download
File Operation
gnudiff4j-1.15.jar download
gnudiff4j-1.15.pom download
gnudiff4j-1.15-sources.jar download
Apache Maven
<dependency>
  <groupId>org.omegat</groupId>
  <artifactId>gnudiff4j</artifactId>
  <version>1.15</version>
</dependency>
Gradle Groovy
implementation 'org.omegat:gnudiff4j:1.15'
Gradle Kotlin
implementation("org.omegat:gnudiff4j:1.15")
Scala SBT
libraryDependencies += "org.omegat" % "gnudiff4j" % "1.15"
Groovy Grape
@Grapes(
  @Grab(group='org.omegat', module='gnudiff4j', version='1.15')
)
Apache Ivy
<dependency org="org.omegat" name="gnudiff4j" rev="1.15" />
Leiningen
[org.omegat/gnudiff4j "1.15"]
Apache Buildr
'org.omegat:gnudiff4j:jar:1.15'
Dependencies
The project has no third-party dependencies