Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.wycst |
ArtifactId | ArtifactIdlight-json |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
light-json-0.0.10.pom | |
light-json-0.0.10.jar | 78 KB |
light-json-0.0.10-sources.jar | 61 KB |
light-json-0.0.10-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wycst/light-json/ -->
<dependency>
<groupId>io.github.wycst</groupId>
<artifactId>light-json</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wycst/light-json/
implementation 'io.github.wycst:light-json:0.0.10'
// https://jarcasting.com/artifacts/io.github.wycst/light-json/
implementation ("io.github.wycst:light-json:0.0.10")
'io.github.wycst:light-json:jar:0.0.10'
<dependency org="io.github.wycst" name="light-json" rev="0.0.10">
<artifact name="light-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wycst', module='light-json', version='0.0.10')
)
libraryDependencies += "io.github.wycst" % "light-json" % "0.0.10"
[io.github.wycst/light-json "0.0.10"]