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.

License

License

Categories

Categories

Ant Build Tools Data
GroupId

GroupId

com.brsanthu
ArtifactId

ArtifactId

data-exporter
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/brsanthu/data-exporter
Project Organization

Project Organization

brsanthu Inc
Source Code Management

Source Code Management

https://github.com/brsanthu/data-exporter

Download data-exporter

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.8.3
org.apache.commons : commons-lang3 jar 3.1
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : jcl-over-slf4j jar 1.7.5

test (3)

Group / Artifact Type Version
com.googlecode.openpojo : openpojo jar 0.3.4
junit : junit jar 4.8.2
commons-io : commons-io jar 2.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4