MVN

com.thetransactioncompany : pretty-json

Maven & Gradle

May 09, 2023
3 usages

Pretty JSON Formatter · Pretty JSON formatter supporting standard and compact styling. It can be integrated into a Java application or run as a simple utility from the command line that reads the JSON input from a file or STDIN and outputs the formatted JSON to another file or to STDOUT.

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

Latest Version

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

  • Latest Stable: 1.5

All Versions

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

Version Vulnerabilities Updated
1.5
pretty-json-1.5
1.4.x
pretty-json-1.4.3
pretty-json-1.4.2
pretty-json-1.4.1
1.3.x
pretty-json-1.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thetransactioncompany</groupId>
    <artifactId>pretty-json</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.thetransactioncompany:pretty-json:1.5'

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

implementation("com.thetransactioncompany:pretty-json:1.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thetransactioncompany" % "pretty-json" % "1.5"

Advertisement