License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.fluidsonic |
ArtifactId | ArtifactIdfluid-json |
Version | Version0.9.6 |
Type | Typejar |
Description |
Descriptionfluid-json
A JSON library written in pure Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fluid-json-0.9.6.pom | |
fluid-json-0.9.6.jar | 272 KB |
fluid-json-0.9.6-sources.jar | 42 KB |
fluid-json-0.9.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-json/ -->
<dependency>
<groupId>com.github.fluidsonic</groupId>
<artifactId>fluid-json</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-json/
implementation 'com.github.fluidsonic:fluid-json:0.9.6'
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-json/
implementation ("com.github.fluidsonic:fluid-json:0.9.6")
'com.github.fluidsonic:fluid-json:jar:0.9.6'
<dependency org="com.github.fluidsonic" name="fluid-json" rev="0.9.6">
<artifact name="fluid-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluidsonic', module='fluid-json', version='0.9.6')
)
libraryDependencies += "com.github.fluidsonic" % "fluid-json" % "0.9.6"
[com.github.fluidsonic/fluid-json "0.9.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.10 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
com.winterbe : expekt | jar | 0.5.0 |
org.spekframework.spek2 : spek-dsl-jvm | jar | 2.0.0-rc.1 |