is not current version
Last Version 0.1.6

io.github.wuare:demo-json 0.1.1

json parser

Categories

Categories

JSON Data
GroupId

GroupId

io.github.wuare
ArtifactId

ArtifactId

demo-json
Version

Version

0.1.1
Type

Type

jar

Download demo-json 0.1.1


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