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