MVN

dev.gitlive : kotlin-diff-utils-node

Maven & Gradle

Mar 31, 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-node</artifactId>
    <version>5.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.7

All Versions

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

Version Vulnerabilities Updated
5.0.x
kotlin-diff-utils-node-5.0.7

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'dev.gitlive:kotlin-diff-utils-node:5.0.7'

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

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

How to add a dependency to SBT Scala

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

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