MVN

net.minidev : json-smart-mini

Maven & Gradle

Apr 04, 2021
2 usages

JSON Small and Fast Parser mini edition · 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>net.minidev</groupId>
    <artifactId>json-smart-mini</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.minidev : json-smart-mini to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of net.minidev : json-smart-mini to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
json-smart-mini-1.3.2
CVE-2023-1370
1.0.x
json-smart-mini-1.0.8
2 vulnerabilities
json-smart-mini-1.0.6.3
2 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>net.minidev</groupId>
    <artifactId>json-smart-mini</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.minidev : json-smart-mini gradle dependency to your build.gradle file:

implementation 'net.minidev:json-smart-mini:1.3.2'

Gradle Kotlin DSL: Add the following net.minidev : json-smart-mini gradle kotlin dependency to your build.gradle.kts file:

implementation("net.minidev:json-smart-mini:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.minidev : json-smart-mini sbt scala dependency to your build.sbt file:

libraryDependencies += "net.minidev" % "json-smart-mini" % "1.3.2"

Advertisement

Dependencies from Group

Jul 09, 2023
497 usages
143 stars
Dec 22, 2018
91 usages
11 stars
Jul 09, 2023
46 usages
143 stars
asm
Dec 12, 2014
29 usages
136 stars
Apr 04, 2017
5 usages

Discover Dependencies

Jul 19, 2022
2 usages
749 stars
Jul 19, 2022
6 usages
749 stars
Apr 02, 2021
5 stars
Jan 13, 2023
2 stars
Jun 16, 2021
2 usages
105 stars
Apr 03, 2021
Mar 10, 2023
1 usages
510 stars
Jul 29, 2021
50 stars