is not current version
Last Version 0.9.5

com.github.hyunikn:jsonden 0.9.4

a library that parses, stringifies and manipulates JSON

Categories

Categories

JSON Data
GroupId

GroupId

com.github.hyunikn
ArtifactId

ArtifactId

jsonden
Version

Version

0.9.4
Type

Type

jar

Download jsonden 0.9.4


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