Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.tnakamot |
ArtifactId | ArtifactIdjson-parser |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
json-parser-0.0.5.pom | |
json-parser-0.0.5.jar | 29 KB |
json-parser-0.0.5-sources.jar | 32 KB |
json-parser-0.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tnakamot/json-parser/
implementation 'com.github.tnakamot:json-parser:0.0.5'
// https://jarcasting.com/artifacts/com.github.tnakamot/json-parser/
implementation ("com.github.tnakamot:json-parser:0.0.5")
'com.github.tnakamot:json-parser:jar:0.0.5'
<dependency org="com.github.tnakamot" name="json-parser" rev="0.0.5">
<artifact name="json-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tnakamot', module='json-parser', version='0.0.5')
)
libraryDependencies += "com.github.tnakamot" % "json-parser" % "0.0.5"
[com.github.tnakamot/json-parser "0.0.5"]