MVN

com.madgag : util-diff

Maven & Gradle

Dec 16, 2021
2 stars

Diff library · Wrapper around Neil Fraser's diff_match_patch

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>util-diff</artifactId>
    <version>1.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.35

All Versions

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

Version Vulnerabilities Updated
1.35
util-diff-1.35
1.34
util-diff-1.34
1.33
util-diff-1.33
1.28
util-diff-1.28
1.27
util-diff-1.27
1.26
util-diff-1.26
1.25
util-diff-1.25
1.24
util-diff-1.24
1.23
util-diff-1.23
1.22
util-diff-1.22

How to add a dependency to Maven

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

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>util-diff</artifactId>
    <version>1.35</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.madgag:util-diff:1.35'

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

implementation("com.madgag:util-diff:1.35")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.madgag" % "util-diff" % "1.35"

Advertisement