Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.tnakamot |
ArtifactId | ArtifactIdjson-parser |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
json-parser-0.0.6.pom | |
json-parser-0.0.6.jar | 29 KB |
json-parser-0.0.6-sources.jar | 32 KB |
json-parser-0.0.6-javadoc.jar | 489 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tnakamot/json-parser/ -->
<dependency>
<groupId>com.github.tnakamot</groupId>
<artifactId>json-parser</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tnakamot/json-parser/
implementation 'com.github.tnakamot:json-parser:0.0.6'
// https://jarcasting.com/artifacts/com.github.tnakamot/json-parser/
implementation ("com.github.tnakamot:json-parser:0.0.6")
'com.github.tnakamot:json-parser:jar:0.0.6'
<dependency org="com.github.tnakamot" name="json-parser" rev="0.0.6">
<artifact name="json-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tnakamot', module='json-parser', version='0.0.6')
)
libraryDependencies += "com.github.tnakamot" % "json-parser" % "0.0.6"
[com.github.tnakamot/json-parser "0.0.6"]