MVN

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

Maven & Gradle

Jul 11, 2019
31 stars

fluid-json-ktor-client · A JSON library written in pure Kotlin (Ktor Client extension)

<dependency>
    <groupId>com.github.fluidsonic</groupId>
    <artifactId>fluid-json-ktor-client</artifactId>
    <version>0.9.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fluidsonic : fluid-json-ktor-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.24

All Versions

Choose a version of com.github.fluidsonic : fluid-json-ktor-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
fluid-json-ktor-client-0.9.24
fluid-json-ktor-client-0.9.23
fluid-json-ktor-client-0.9.22
fluid-json-ktor-client-0.9.21
fluid-json-ktor-client-0.9.20
fluid-json-ktor-client-0.9.19
fluid-json-ktor-client-0.9.18
fluid-json-ktor-client-0.9.17
fluid-json-ktor-client-0.9.16
fluid-json-ktor-client-0.9.15
fluid-json-ktor-client-0.9.14
fluid-json-ktor-client-0.9.13
fluid-json-ktor-client-0.9.12
fluid-json-ktor-client-0.9.11
fluid-json-ktor-client-0.9.10
fluid-json-ktor-client-0.9.9

How to add a dependency to Maven

Add the following com.github.fluidsonic : fluid-json-ktor-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fluidsonic</groupId>
    <artifactId>fluid-json-ktor-client</artifactId>
    <version>0.9.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fluidsonic : fluid-json-ktor-client gradle dependency to your build.gradle file:

implementation 'com.github.fluidsonic:fluid-json-ktor-client:0.9.24'

Gradle Kotlin DSL: Add the following com.github.fluidsonic : fluid-json-ktor-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fluidsonic : fluid-json-ktor-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fluidsonic" % "fluid-json-ktor-client" % "0.9.24"

Advertisement