MVN

com.sdicons.jsontools : jsontools-core

Maven & Gradle

Feb 12, 2009
18 usages

Java JSON Tools - Core · Java JSON Tools core library. It is independent of third party libraries. It is meant to minimize transitive dependencies. Applications of the JSON tools which relate to other libraries will be in separate optional pacakges.

<dependency>
    <groupId>com.sdicons.jsontools</groupId>
    <artifactId>jsontools-core</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sdicons.jsontools : jsontools-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.sdicons.jsontools : jsontools-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
jsontools-core-1.7
1.5
jsontools-core-1.5
1.4
jsontools-core-1.4
1.3
jsontools-core-1.3
1.2
jsontools-core-1.2
1.1
jsontools-core-1.1

How to add a dependency to Maven

Add the following com.sdicons.jsontools : jsontools-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sdicons.jsontools</groupId>
    <artifactId>jsontools-core</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sdicons.jsontools : jsontools-core gradle dependency to your build.gradle file:

implementation 'com.sdicons.jsontools:jsontools-core:1.7'

Gradle Kotlin DSL: Add the following com.sdicons.jsontools : jsontools-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sdicons.jsontools:jsontools-core:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sdicons.jsontools : jsontools-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sdicons.jsontools" % "jsontools-core" % "1.7"

Advertisement

Dependencies from Group

Discover Dependencies

Jan 25, 2016
5 usages
Mar 04, 2020
35 usages
254 stars
Sep 02, 2019
1 usages
0 stars
May 11, 2016
3 usages
280 stars
Mar 27, 2023
7 usages
12 stars
Aug 03, 2018
18 usages
159 stars
Feb 07, 2011
24 usages
12 stars