Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.daflamingfox |
ArtifactId | ArtifactIdokjson |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
okjson-0.0.6.pom | |
okjson-0.0.6.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.daflamingfox/okjson/ -->
<dependency>
<groupId>io.github.daflamingfox</groupId>
<artifactId>okjson</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.daflamingfox/okjson/
implementation 'io.github.daflamingfox:okjson:0.0.6'
// https://jarcasting.com/artifacts/io.github.daflamingfox/okjson/
implementation ("io.github.daflamingfox:okjson:0.0.6")
'io.github.daflamingfox:okjson:jar:0.0.6'
<dependency org="io.github.daflamingfox" name="okjson" rev="0.0.6">
<artifact name="okjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.daflamingfox', module='okjson', version='0.0.6')
)
libraryDependencies += "io.github.daflamingfox" % "okjson" % "0.0.6"
[io.github.daflamingfox/okjson "0.0.6"]