agourlay / json-2-csv   0.1.3

MIT License GitHub

Transforms JSON collections into CSV files.

Scala versions: 3.x 2.13 2.12 2.11

json-2-csv 0.3.0


Group ID:
com.github.agourlay
Artifact ID:
json-2-csv_2.12
Version:
0.3.0
Release Date:
Jul 28, 2017
Licenses:
MIT
Files:

libraryDependencies += "com.github.agourlay" %% "json-2-csv" % "0.3.0"

Mill build tool

ivy"com.github.agourlay::json-2-csv:0.3.0"

Scala CLI

//> using dep "com.github.agourlay::json-2-csv:0.3.0"

Ammonite REPL

import $ivy.`com.github.agourlay::json-2-csv:0.3.0`

<dependency>
  <groupId>com.github.agourlay</groupId>
  <artifactId>json-2-csv_2.12</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'com.github.agourlay', name: 'json-2-csv_2.12', version: '0.3.0'