beautifyjson
Simple Java Library that Formats JSON file with proper indentation
| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.manjotsidhu |
| ArtifactId | ArtifactIdbeautifyjson |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.manjotsidhu:beautifyjson
Simple Java Library that Formats JSON file with proper indentation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| beautifyjson-1.0.pom | |
| beautifyjson-1.0.jar | 4 KB |
| beautifyjson-1.0-sources.jar | 2 KB |
| beautifyjson-1.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.manjotsidhu/beautifyjson/ -->
<dependency>
<groupId>com.github.manjotsidhu</groupId>
<artifactId>beautifyjson</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.manjotsidhu/beautifyjson/
implementation 'com.github.manjotsidhu:beautifyjson:1.0'
// https://jarcasting.com/artifacts/com.github.manjotsidhu/beautifyjson/
implementation ("com.github.manjotsidhu:beautifyjson:1.0")
'com.github.manjotsidhu:beautifyjson:jar:1.0'
<dependency org="com.github.manjotsidhu" name="beautifyjson" rev="1.0">
<artifact name="beautifyjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.manjotsidhu', module='beautifyjson', version='1.0')
)
libraryDependencies += "com.github.manjotsidhu" % "beautifyjson" % "1.0"
[com.github.manjotsidhu/beautifyjson "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-io | jar | 1.3.2 |
Simple Java Library that Formats JSON file with proper indentation