is not current version
Last Version 0.2.0

de.kuriositaet:json 0.1.0

simple fast and low resource statemachine based JSON decoding (and encoding)

Categories

Categories

JSON Data
GroupId

GroupId

de.kuriositaet
ArtifactId

ArtifactId

json
Version

Version

0.1.0
Type

Type

jar

Download json 0.1.0


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