is not current version
Last Version 0.9.6

com.github.fluidsonic:fluid-json 0.9.0

A JSON library written in pure Kotlin.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fluidsonic
ArtifactId

ArtifactId

fluid-json
Version

Version

0.9.0
Type

Type

jar

Download fluid-json 0.9.0


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