License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.hyunikn |
ArtifactId | ArtifactIdjsonden |
Version | Version0.9.5 |
Type | Typejar |
Description |
Descriptionjsonden
a library that parses, stringifies and manipulates JSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonden-0.9.5.pom | |
jsonden-0.9.5.jar | 61 KB |
jsonden-0.9.5-sources.jar | 55 KB |
jsonden-0.9.5-javadoc.jar | 218 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hyunikn/jsonden/ -->
<dependency>
<groupId>com.github.hyunikn</groupId>
<artifactId>jsonden</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hyunikn/jsonden/
implementation 'com.github.hyunikn:jsonden:0.9.5'
// https://jarcasting.com/artifacts/com.github.hyunikn/jsonden/
implementation ("com.github.hyunikn:jsonden:0.9.5")
'com.github.hyunikn:jsonden:jar:0.9.5'
<dependency org="com.github.hyunikn" name="jsonden" rev="0.9.5">
<artifact name="jsonden" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hyunikn', module='jsonden', version='0.9.5')
)
libraryDependencies += "com.github.hyunikn" % "jsonden" % "0.9.5"
[com.github.hyunikn/jsonden "0.9.5"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.8-1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |