Transforms JSON collections into CSV files.
Scala versions:
2.11
json-2-csv-stream 0.1.3
Group ID:
com.github.agourlay
Artifact ID:
json-2-csv-stream_2.11
Version:
0.1.3
Release Date:
Feb 27, 2016
Licenses:
libraryDependencies += "com.github.agourlay" %% "json-2-csv-stream" % "0.1.3" resolvers += Resolver.bintrayRepo("agourlay", "maven")
ivy"com.github.agourlay::json-2-csv-stream:0.1.3" MavenRepository("https://dl.bintray.com/agourlay/maven")
//> using dep "com.github.agourlay::json-2-csv-stream:0.1.3"
import $ivy.`com.github.agourlay::json-2-csv-stream:0.1.3` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray agourlay maven", "Some(https://dl.bintray.com/agourlay/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.agourlay</groupId> <artifactId>json-2-csv-stream_2.11</artifactId> <version>0.1.3</version> </dependency>
compile group: 'com.github.agourlay', name: 'json-2-csv-stream_2.11', version: '0.1.3'