License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdjson-flattener-java7 |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-flattener-java7
A Java utility used to flatten nested JSON objects and even more to unflatten it back
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-flattener-java7-0.4.1.pom | |
json-flattener-java7-0.4.1.jar | 23 KB |
json-flattener-java7-0.4.1-sources.jar | 17 KB |
json-flattener-java7-0.4.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/json-flattener-java7/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>json-flattener-java7</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener-java7/
implementation 'com.github.wnameless:json-flattener-java7:0.4.1'
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener-java7/
implementation ("com.github.wnameless:json-flattener-java7:0.4.1")
'com.github.wnameless:json-flattener-java7:jar:0.4.1'
<dependency org="com.github.wnameless" name="json-flattener-java7" rev="0.4.1">
<artifact name="json-flattener-java7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='json-flattener-java7', version='0.4.1')
)
libraryDependencies += "com.github.wnameless" % "json-flattener-java7" % "0.4.1"
[com.github.wnameless/json-flattener-java7 "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.eclipsesource.minimal-json : minimal-json | jar | 0.9.4 |
org.apache.commons : commons-text | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
junit : junit | jar | 4.12 |