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/eFaps/Data-Exporter
The Apache Software License, Version 2.0
eFaps
Santhosh Kumar
Files download
File Operation
data-exporter-1.1.0.jar download
data-exporter-1.1.0.pom download
data-exporter-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.efaps</groupId>
  <artifactId>data-exporter</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.efaps:data-exporter:1.1.0'
Gradle Kotlin
implementation("org.efaps:data-exporter:1.1.0")
Scala SBT
libraryDependencies += "org.efaps" % "data-exporter" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.efaps', module='data-exporter', version='1.1.0')
)
Apache Ivy
<dependency org="org.efaps" name="data-exporter" rev="1.1.0" />
Leiningen
[org.efaps/data-exporter "1.1.0"]
Apache Buildr
'org.efaps:data-exporter:jar:1.1.0'