MVN

io.github.subhendushekhar.cjson : cjson

Maven & Gradle

Aug 06, 2023
3 stars

io.github.subhendushekhar.cjson:cjson · CJSON is a data file format(inspired from JSON), but supports logical expressions too. Having extended language support to NodeJS, Python and Java, users has experienced data reusability. For features and examples, please refer to this documentation as base document.

<dependency>
    <groupId>io.github.subhendushekhar.cjson</groupId>
    <artifactId>cjson</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.subhendushekhar.cjson : cjson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.github.subhendushekhar.cjson : cjson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cjson-2.0.0
1.3.x
cjson-1.3.2
1.2.x
cjson-1.2.2
1.1.x
cjson-1.1.2
cjson-1.1.1

How to add a dependency to Maven

Add the following io.github.subhendushekhar.cjson : cjson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.subhendushekhar.cjson</groupId>
    <artifactId>cjson</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.subhendushekhar.cjson : cjson gradle dependency to your build.gradle file:

implementation 'io.github.subhendushekhar.cjson:cjson:2.0.0'

Gradle Kotlin DSL: Add the following io.github.subhendushekhar.cjson : cjson gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.subhendushekhar.cjson:cjson:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.subhendushekhar.cjson : cjson sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.subhendushekhar.cjson" % "cjson" % "2.0.0"