License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.flatpack |
ArtifactId | ArtifactIdflatpack-examples |
Last Version | Last Version4.0.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlatPack Examples
Examples to handle CSV, Excel CSV, Tab, Pipe delimiters, just to name a few.
Maps column positions in the file to user friendly names via XML. See FlatPack Feature List under News for complete feature list.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
flatpack-examples-4.0.18.pom | |
flatpack-examples-4.0.18.jar | 787 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-examples/ -->
<dependency>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-examples</artifactId>
<version>4.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-examples/
implementation 'net.sf.flatpack:flatpack-examples:4.0.18'
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-examples/
implementation ("net.sf.flatpack:flatpack-examples:4.0.18")
'net.sf.flatpack:flatpack-examples:jar:4.0.18'
<dependency org="net.sf.flatpack" name="flatpack-examples" rev="4.0.18">
<artifact name="flatpack-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.flatpack', module='flatpack-examples', version='4.0.18')
)
libraryDependencies += "net.sf.flatpack" % "flatpack-examples" % "4.0.18"
[net.sf.flatpack/flatpack-examples "4.0.18"]
Group / Artifact | Type | Version |
---|---|---|
net.objectlab.kit : objectlab-utils | jar | 1.4.7 |
net.sf.flatpack : flatpack | jar | 4.0.18 |
net.sf.flatpack : flatpack-excel | jar | 4.0.18 |
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jexcelapi : jxl | jar | 2.6 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |