is not current version
Last Version 0.9.5

com.github.hyunikn:jsonden 0.9.3

a library that parses, stringifies and manipulates JSON

Categories

Categories

JSON Data
GroupId

GroupId

com.github.hyunikn
ArtifactId

ArtifactId

jsonden
Version

Version

0.9.3
Type

Type

jar

Download jsonden 0.9.3


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