MVN

io.github.mkfl3x : json-delta

Maven & Gradle

May 26, 2023
12 stars

json-delta · Library for comparing json objects. Gson based

<dependency>
    <groupId>io.github.mkfl3x</groupId>
    <artifactId>json-delta</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mkfl3x : json-delta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3
  • Latest Beta: 0.7-beta

All Versions

Choose a version of io.github.mkfl3x : json-delta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
json-delta-1.3
1.2
json-delta-1.2
1.1
json-delta-1.1
1.0
json-delta-1.0
0.7
json-delta-0.7-beta
0.6
json-delta-0.6-beta
0.5
json-delta-0.5-beta
0.4
json-delta-0.4-beta
0.3
json-delta-0.3-beta
0.2
json-delta-0.2-beta
0.1
json-delta-0.1-beta

How to add a dependency to Maven

Add the following io.github.mkfl3x : json-delta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mkfl3x</groupId>
    <artifactId>json-delta</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mkfl3x : json-delta gradle dependency to your build.gradle file:

implementation 'io.github.mkfl3x:json-delta:1.3'

Gradle Kotlin DSL: Add the following io.github.mkfl3x : json-delta gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mkfl3x:json-delta:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mkfl3x : json-delta sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mkfl3x" % "json-delta" % "1.3"