MVN

com.sksamuel.diff : diff

Maven & Gradle

Jun 20, 2013
7 usages
30 stars

diff · The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text

<dependency>
    <groupId>com.sksamuel.diff</groupId>
    <artifactId>diff</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sksamuel.diff : diff to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of com.sksamuel.diff : diff to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
diff-1.1.11
diff-1.1.10
diff-1.1.9

How to add a dependency to Maven

Add the following com.sksamuel.diff : diff maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sksamuel.diff</groupId>
    <artifactId>diff</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sksamuel.diff : diff gradle dependency to your build.gradle file:

implementation 'com.sksamuel.diff:diff:1.1.11'

Gradle Kotlin DSL: Add the following com.sksamuel.diff : diff gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sksamuel.diff:diff:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sksamuel.diff : diff sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sksamuel.diff" % "diff" % "1.1.11"

Advertisement

Dependencies from Group

Jun 20, 2013
7 usages
30 stars

Discover Dependencies

Jul 17, 2023
29k stars
May 09, 2018
7 usages
27 stars
Dec 26, 2020
5 usages
3 stars
Feb 15, 2023
8 usages
2 stars
Mar 05, 2021
28 usages
41 stars
Sep 11, 2013
23 usages
73 stars
Dec 13, 2021
10 usages
4 stars
May 11, 2023
20 usages
1.8k stars
May 30, 2017
2 usages
715 stars