is not current version
Last Version 0.9.24

com.github.fluidsonic:fluid-json-ktor-client 0.9.17

A JSON library written in pure Kotlin (Ktor Client extension)

Categories

Categories

CLI User Interface JSON Data
GroupId

GroupId

com.github.fluidsonic
ArtifactId

ArtifactId

fluid-json-ktor-client
Version

Version

0.9.17
Type

Type

jar

Download fluid-json-ktor-client 0.9.17


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