MVN

fun.mike : diff-match-patch

Maven & Gradle

Mar 11, 2018
1 stars
<dependency>
    <groupId>fun.mike</groupId>
    <artifactId>diff-match-patch</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fun.mike : diff-match-patch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of fun.mike : diff-match-patch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
diff-match-patch-0.0.2
diff-match-patch-0.0.1

How to add a dependency to Maven

Add the following fun.mike : diff-match-patch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fun.mike</groupId>
    <artifactId>diff-match-patch</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fun.mike : diff-match-patch gradle dependency to your build.gradle file:

implementation 'fun.mike:diff-match-patch:0.0.2'

Gradle Kotlin DSL: Add the following fun.mike : diff-match-patch gradle kotlin dependency to your build.gradle.kts file:

implementation("fun.mike:diff-match-patch:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fun.mike : diff-match-patch sbt scala dependency to your build.sbt file:

libraryDependencies += "fun.mike" % "diff-match-patch" % "0.0.2"

Advertisement

Dependencies from Group

Jul 31, 2018
5 usages
0 stars
Apr 04, 2019
3 usages
0 stars
Aug 07, 2018
3 usages
0 stars
Oct 17, 2017
1 usages
0 stars
Oct 27, 2017
1 usages
0 stars

Discover Dependencies