j

java-diff-utils-parent

The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.
https://github.com/java-diff-utils/java-diff-utils
The Apache Software License, Version 2.0
java-diff-utils
Tobias Warneke
Files download
File Operation
java-diff-utils-parent-4.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.java-diff-utils</groupId>
  <artifactId>java-diff-utils-parent</artifactId>
  <version>4.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.java-diff-utils:java-diff-utils-parent:4.4'
Gradle Kotlin
implementation("io.github.java-diff-utils:java-diff-utils-parent:4.4")
Scala SBT
libraryDependencies += "io.github.java-diff-utils" % "java-diff-utils-parent" % "4.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.java-diff-utils', module='java-diff-utils-parent', version='4.4')
)
Apache Ivy
<dependency org="io.github.java-diff-utils" name="java-diff-utils-parent" rev="4.4" />
Leiningen
[io.github.java-diff-utils/java-diff-utils-parent "4.4"]
Apache Buildr
'io.github.java-diff-utils:java-diff-utils-parent:jar:4.4'
Dependencies
The project has no third-party dependencies