is not current version
Last Version 1.0.3

io.jsonbox:jsonbox 0.0.2

A library to use jsonbox.io

Categories

Categories

JSON Data
GroupId

GroupId

io.jsonbox
ArtifactId

ArtifactId

jsonbox
Version

Version

0.0.2
Type

Type

jar

Download jsonbox 0.0.2


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