j

jsonwriter

A library that writes JSON with or without pretty printing.
https://github.com/cthing/jsonwriter
Apache License, Version 2.0
Baron Roberts
Files download
File Operation
jsonwriter-1.0.0.jar download
jsonwriter-1.0.0.pom download
jsonwriter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cthing</groupId>
  <artifactId>jsonwriter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cthing:jsonwriter:1.0.0'
Gradle Kotlin
implementation("org.cthing:jsonwriter:1.0.0")
Scala SBT
libraryDependencies += "org.cthing" % "jsonwriter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cthing', module='jsonwriter', version='1.0.0')
)
Apache Ivy
<dependency org="org.cthing" name="jsonwriter" rev="1.0.0" />
Leiningen
[org.cthing/jsonwriter "1.0.0"]
Apache Buildr
'org.cthing:jsonwriter:jar:1.0.0'