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