MVN

com.github.cliftonlabs : json-simple

Maven & Gradle

Mar 12, 2022
16 usages
64 stars

JSON.simple · Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.

<dependency>
    <groupId>com.github.cliftonlabs</groupId>
    <artifactId>json-simple</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cliftonlabs : json-simple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.github.cliftonlabs : json-simple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
json-simple-4.0.1
json-simple-4.0.0
3.1.x
json-simple-3.1.1
json-simple-3.1.0
3.0.x
json-simple-3.0.2
json-simple-3.0.1
json-simple-3.0.0
2.3.x
json-simple-2.3.1
json-simple-2.3.0
2.2.x
json-simple-2.2.0
2.1.x
json-simple-2.1.2
json-simple-2.1.1
json-simple-2.1.0
2.0.x
json-simple-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cliftonlabs</groupId>
    <artifactId>json-simple</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cliftonlabs : json-simple gradle dependency to your build.gradle file:

implementation 'com.github.cliftonlabs:json-simple:4.0.1'

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

implementation("com.github.cliftonlabs:json-simple:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cliftonlabs : json-simple sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cliftonlabs" % "json-simple" % "4.0.1"

Advertisement

Dependencies from Group

Mar 12, 2022
16 usages
64 stars

Discover Dependencies

Jul 23, 2018
1 usages
59.6k stars
Mar 08, 2023
228 usages
1.2k stars
Dec 13, 2019
3 usages
Mar 22, 2022
49 usages
Feb 23, 2017
5 usages
14 stars
Nov 05, 2022
12 usages
144 stars
Mar 29, 2019
128 usages
259 stars