License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats JSON |
GroupId | GroupIdcom.github.douglasom |
ArtifactId | ArtifactIdjson2csv |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJson2Csv exporter
For generating flat csv from a json that might have nested elements.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json2csv-0.1.pom | |
json2csv-0.1.jar | 8 KB |
json2csv-0.1-sources.jar | 4 KB |
json2csv-0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.douglasom/json2csv/ -->
<dependency>
<groupId>com.github.douglasom</groupId>
<artifactId>json2csv</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.douglasom/json2csv/
implementation 'com.github.douglasom:json2csv:0.1'
// https://jarcasting.com/artifacts/com.github.douglasom/json2csv/
implementation ("com.github.douglasom:json2csv:0.1")
'com.github.douglasom:json2csv:jar:0.1'
<dependency org="com.github.douglasom" name="json2csv" rev="0.1">
<artifact name="json2csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.douglasom', module='json2csv', version='0.1')
)
libraryDependencies += "com.github.douglasom" % "json2csv" % "0.1"
[com.github.douglasom/json2csv "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
com.fasterxml.jackson.dataformat : jackson-dataformat-csv | jar | 2.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.5.1 |