文件下载
文件名 操作
json-2-csv_2.13-0.5.7.jar 下载
json-2-csv_2.13-0.5.7.pom 下载
json-2-csv_2.13-0.5.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.agourlay</groupId>
  <artifactId>json-2-csv_2.13</artifactId>
  <version>0.5.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.agourlay:json-2-csv_2.13:0.5.7'
Gradle Kotlin
implementation("com.github.agourlay:json-2-csv_2.13:0.5.7")
Scala SBT
libraryDependencies += "com.github.agourlay" % "json-2-csv_2.13" % "0.5.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.agourlay', module='json-2-csv_2.13', version='0.5.7')
)
Apache Ivy
<dependency org="com.github.agourlay" name="json-2-csv_2.13" rev="0.5.7" />
Leiningen
[com.github.agourlay/json-2-csv_2.13 "0.5.7"]
Apache Buildr
'com.github.agourlay:json-2-csv_2.13:jar:0.5.7'