| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools Data |
| GroupId | GroupIdcom.brsanthu |
| ArtifactId | ArtifactIddata-exporter |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionData 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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| data-exporter-1.0.4.pom | |
| data-exporter-1.0.4.jar | 78 KB |
| data-exporter-1.0.4-sources.jar | 71 KB |
| data-exporter-1.0.4-javadoc.jar | 404 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |