MVN

dev.javatools : json-utils

Maven & Gradle

Feb 09, 2021
0 stars

json-utils · This Java library contains the APIs to sort and format a json, update a specific field and get a specific field from a json. Get all the paths for a given Json and also get all the fields in json as a set of properties with the complete json path as key.

<dependency>
    <groupId>dev.javatools</groupId>
    <artifactId>json-utils</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.javatools : json-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of dev.javatools : json-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
json-utils-1.0.1
0.0.x
json-utils-0.0.5
json-utils-0.0.1

How to add a dependency to Maven

Add the following dev.javatools : json-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.javatools</groupId>
    <artifactId>json-utils</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.javatools : json-utils gradle dependency to your build.gradle file:

implementation 'dev.javatools:json-utils:1.0.1'

Gradle Kotlin DSL: Add the following dev.javatools : json-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.javatools:json-utils:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.javatools : json-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.javatools" % "json-utils" % "1.0.1"

Advertisement