License |
License |
---|---|
Categories |
CategoriesJSON Data ORM |
GroupId | GroupIdcom.github.iweinzierl |
ArtifactId | ArtifactIdjsonformat |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioncom.github.iweinzierl:jsonformat
Library to format JSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonformat-1.0.pom | |
jsonformat-1.0.jar | 7 KB |
jsonformat-1.0-sources.jar | 3 KB |
jsonformat-1.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.iweinzierl/jsonformat/ -->
<dependency>
<groupId>com.github.iweinzierl</groupId>
<artifactId>jsonformat</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iweinzierl/jsonformat/
implementation 'com.github.iweinzierl:jsonformat:1.0'
// https://jarcasting.com/artifacts/com.github.iweinzierl/jsonformat/
implementation ("com.github.iweinzierl:jsonformat:1.0")
'com.github.iweinzierl:jsonformat:jar:1.0'
<dependency org="com.github.iweinzierl" name="jsonformat" rev="1.0">
<artifact name="jsonformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iweinzierl', module='jsonformat', version='1.0')
)
libraryDependencies += "com.github.iweinzierl" % "jsonformat" % "1.0"
[com.github.iweinzierl/jsonformat "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |