is not current version
Last Version 1.1

com.jfirer:dson 1.0

the fastest json library

GroupId

GroupId

com.jfirer
ArtifactId

ArtifactId

dson
Version

Version

1.0
Type

Type

jar

Download dson 1.0


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