License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.opendevl |
ArtifactId | ArtifactIdjson2flat |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJson to csv conversion
Converting JSON documents to flat CSV
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json2flat-1.0.3.pom | |
json2flat-1.0.3.jar | 6 KB |
json2flat-1.0.3-sources.jar | 4 KB |
json2flat-1.0.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.opendevl/json2flat/ -->
<dependency>
<groupId>com.github.opendevl</groupId>
<artifactId>json2flat</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.opendevl/json2flat/
implementation 'com.github.opendevl:json2flat:1.0.3'
// https://jarcasting.com/artifacts/com.github.opendevl/json2flat/
implementation ("com.github.opendevl:json2flat:1.0.3")
'com.github.opendevl:json2flat:jar:1.0.3'
<dependency org="com.github.opendevl" name="json2flat" rev="1.0.3">
<artifact name="json2flat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.opendevl', module='json2flat', version='1.0.3')
)
libraryDependencies += "com.github.opendevl" % "json2flat" % "1.0.3"
[com.github.opendevl/json2flat "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.0 |
com.jayway.jsonpath : json-path | jar | 2.2.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.5 |