MVN

com.github.fluidsonic : fluid-json-coding

Maven & Gradle

Jul 11, 2019
3 usages
26 stars

fluid-json-coding · A JSON library written in pure Kotlin (coding extension)

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

Latest Version

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

  • Latest Stable: 0.9.24

All Versions

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

  • Version Updated
  • fluid-json-coding-0.9.24

    Jul 10, 2019
  • fluid-json-coding-0.9.23

    Jun 19, 2019
  • fluid-json-coding-0.9.22

    Jun 19, 2019
  • fluid-json-coding-0.9.21

    May 15, 2019
  • fluid-json-coding-0.9.20

    May 09, 2019
  • fluid-json-coding-0.9.19

    May 09, 2019
  • fluid-json-coding-0.9.18

    Apr 03, 2019
  • fluid-json-coding-0.9.17

    Mar 15, 2019
  • fluid-json-coding-0.9.16

    Mar 13, 2019
  • fluid-json-coding-0.9.15

    Mar 08, 2019
  • fluid-json-coding-0.9.14

    Mar 07, 2019
  • fluid-json-coding-0.9.13

    Mar 05, 2019
  • fluid-json-coding-0.9.12

    Feb 05, 2019
  • fluid-json-coding-0.9.11

    Feb 01, 2019
  • fluid-json-coding-0.9.10

    Jan 27, 2019
  • fluid-json-coding-0.9.9

    Jan 20, 2019
  • fluid-json-coding-0.9.8

    Dec 13, 2018
  • fluid-json-coding-0.9.7

    Nov 29, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fluidsonic</groupId>
    <artifactId>fluid-json-coding</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-coding gradle dependency to your build.gradle file:

implementation 'com.github.fluidsonic:fluid-json-coding:0.9.24'

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

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

How to add a dependency to SBT Scala

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

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