is not current version
Last Version 1.0.0

org.djodjo.json:json-core 1.0.0-RC2

Lightweight Json Library

Categories

Categories

JSON Data
GroupId

GroupId

org.djodjo.json
ArtifactId

ArtifactId

json-core
Version

Version

1.0.0-RC2
Type

Type

jar

Download json-core 1.0.0-RC2


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