is not current version
Last Version 1.0.3

com.github.opendevl:json2flat 1.0.2

Converting JSON documents to flat CSV

Categories

Categories

JSON Data
GroupId

GroupId

com.github.opendevl
ArtifactId

ArtifactId

json2flat
Version

Version

1.0.2
Type

Type

jar

Download json2flat 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.opendevl/json2flat/ -->
<dependency>
    <groupId>com.github.opendevl</groupId>
    <artifactId>json2flat</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.opendevl/json2flat/
implementation 'com.github.opendevl:json2flat:1.0.2'
// https://jarcasting.com/artifacts/com.github.opendevl/json2flat/
implementation ("com.github.opendevl:json2flat:1.0.2")
'com.github.opendevl:json2flat:jar:1.0.2'
<dependency org="com.github.opendevl" name="json2flat" rev="1.0.2">
  <artifact name="json2flat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.opendevl', module='json2flat', version='1.0.2')
)
libraryDependencies += "com.github.opendevl" % "json2flat" % "1.0.2"
[com.github.opendevl/json2flat "1.0.2"]