MVN

dev.gitlive : kotlin-diff-utils

Maven & Gradle

Oct 22, 2021
11 stars

kotlin-diff-utils · The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.

<dependency>
    <groupId>dev.gitlive</groupId>
    <artifactId>kotlin-diff-utils</artifactId>
    <version>5.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.gitlive : kotlin-diff-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.4

All Versions

Choose a version of dev.gitlive : kotlin-diff-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
kotlin-diff-utils-5.1.4
kotlin-diff-utils-5.1.3
kotlin-diff-utils-5.1.2
kotlin-diff-utils-5.1.0
5.0.x
kotlin-diff-utils-5.0.7
kotlin-diff-utils-5.0.6
kotlin-diff-utils-5.0.5
kotlin-diff-utils-5.0.1
4.2.x
kotlin-diff-utils-4.2.1
kotlin-diff-utils-4.2.0
4.1.x
kotlin-diff-utils-4.1.6
kotlin-diff-utils-4.1.5
kotlin-diff-utils-4.1.4

How to add a dependency to Maven

Add the following dev.gitlive : kotlin-diff-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.gitlive</groupId>
    <artifactId>kotlin-diff-utils</artifactId>
    <version>5.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.gitlive : kotlin-diff-utils gradle dependency to your build.gradle file:

implementation 'dev.gitlive:kotlin-diff-utils:5.1.4'

Gradle Kotlin DSL: Add the following dev.gitlive : kotlin-diff-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.gitlive:kotlin-diff-utils:5.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.gitlive : kotlin-diff-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.gitlive" % "kotlin-diff-utils" % "5.1.4"

Advertisement