is not current version
Last Version 1.0.2

com.github.hemantsonu20:json-merge 1.0.1

A light weight library to merge two json objects into a single json object.

Categories

Categories

Ant Build Tools JSON Data
GroupId

GroupId

com.github.hemantsonu20
ArtifactId

ArtifactId

json-merge
Version

Version

1.0.1
Type

Type

jar

Download json-merge 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.hemantsonu20/json-merge/ -->
<dependency>
    <groupId>com.github.hemantsonu20</groupId>
    <artifactId>json-merge</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hemantsonu20/json-merge/
implementation 'com.github.hemantsonu20:json-merge:1.0.1'
// https://jarcasting.com/artifacts/com.github.hemantsonu20/json-merge/
implementation ("com.github.hemantsonu20:json-merge:1.0.1")
'com.github.hemantsonu20:json-merge:jar:1.0.1'
<dependency org="com.github.hemantsonu20" name="json-merge" rev="1.0.1">
  <artifact name="json-merge" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hemantsonu20', module='json-merge', version='1.0.1')
)
libraryDependencies += "com.github.hemantsonu20" % "json-merge" % "1.0.1"
[com.github.hemantsonu20/json-merge "1.0.1"]