MVN

com.infomaximum : json-smart

Maven & Gradle

Oct 26, 2022
143 stars

JSON Small and Fast Parser · JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

<dependency>
    <groupId>com.infomaximum</groupId>
    <artifactId>json-smart</artifactId>
    <version>2.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infomaximum : json-smart to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.8

All Versions

Choose a version of com.infomaximum : json-smart to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
json-smart-2.4.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.infomaximum</groupId>
    <artifactId>json-smart</artifactId>
    <version>2.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infomaximum : json-smart gradle dependency to your build.gradle file:

implementation 'com.infomaximum:json-smart:2.4.8'

Gradle Kotlin DSL: Add the following com.infomaximum : json-smart gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infomaximum:json-smart:2.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infomaximum : json-smart sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infomaximum" % "json-smart" % "2.4.8"