MVN

com.github.douglasom : json2csv

Maven & Gradle

Sep 02, 2019
0 stars

Json2Csv exporter · For generating flat csv from a json that might have nested elements.

<dependency>
    <groupId>com.github.douglasom</groupId>
    <artifactId>json2csv</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.douglasom : json2csv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.github.douglasom : json2csv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
json2csv-0.1

How to add a dependency to Maven

Add the following com.github.douglasom : json2csv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.douglasom</groupId>
    <artifactId>json2csv</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.douglasom : json2csv gradle dependency to your build.gradle file:

implementation 'com.github.douglasom:json2csv:0.1'

Gradle Kotlin DSL: Add the following com.github.douglasom : json2csv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.douglasom:json2csv:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.douglasom : json2csv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.douglasom" % "json2csv" % "0.1"

Advertisement

Dependencies from Group

Sep 02, 2019
0 stars

Discover Dependencies

Mar 10, 2023
5 usages
561 stars
Feb 11, 2020
2 usages
208 stars
Jun 06, 2023
1 usages
1.5k stars
Aug 03, 2020
2 usages
Apr 12, 2023
3 stars
Aug 25, 2023
2 usages
2 stars
Aug 25, 2023
5 usages
2 stars
Oct 14, 2019
7 stars