d

data-exporter

data-exporter is a Java library to export the tabular data (like List of rows) into many output formats. As of latest release, this library supports following formats.
https://github.com/brsanthu/data-exporter
The Apache Software License, Version 2.0
brsanthu Inc
Santhosh Kumar
Files download
File Operation
data-exporter-1.0.4.jar download
data-exporter-1.0.4.pom download
data-exporter-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.brsanthu</groupId>
  <artifactId>data-exporter</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.brsanthu:data-exporter:1.0.4'
Gradle Kotlin
implementation("com.brsanthu:data-exporter:1.0.4")
Scala SBT
libraryDependencies += "com.brsanthu" % "data-exporter" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.brsanthu', module='data-exporter', version='1.0.4')
)
Apache Ivy
<dependency org="com.brsanthu" name="data-exporter" rev="1.0.4" />
Leiningen
[com.brsanthu/data-exporter "1.0.4"]
Apache Buildr
'com.brsanthu:data-exporter:jar:1.0.4'