MVN

com.tdunning : json

Maven & Gradle

Feb 02, 2017
29 usages
17 stars

Open JSON · A clean-room Apache-licensed implementation of simple JSON processing

<dependency>
    <groupId>com.tdunning</groupId>
    <artifactId>json</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5

All Versions

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

Version Vulnerabilities Updated
1.8
json-1.8
1.7
json-1.7
1.6
json-1.6
1.5
json-1.5
1.4
json-1.4
1.3
json-1.3
1.2
json-1.2
1.1
json-1.1
1.0
json-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tdunning</groupId>
    <artifactId>json</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tdunning:json:1.5'

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

implementation("com.tdunning:json:1.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tdunning" % "json" % "1.5"

Advertisement

Dependencies from Group

May 31, 2021
125 usages
1.9k stars
Feb 02, 2017
29 usages
17 stars
Jun 13, 2021
1.9k stars

Discover Dependencies

Nov 21, 2022
12 usages
169 stars
Nov 10, 2019
3 usages
61 stars
Jan 19, 2022
3 usages
16 stars
May 10, 2021
4 usages
0 stars
Feb 15, 2023
3 usages
17 stars
Nov 03, 2016
4 usages
261 stars
May 01, 2020
3 usages
0 stars
Dec 24, 2019
2 usages
2 stars