License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.flatpack |
ArtifactId | ArtifactIdflatpack |
Last Version | Last Version4.0.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlatPack
Simple Java delimited and fixed width file parser. Handles 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-4.0.18.pom | |
flatpack-4.0.18.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.flatpack/flatpack/ -->
<dependency>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack</artifactId>
<version>4.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack/
implementation 'net.sf.flatpack:flatpack:4.0.18'
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack/
implementation ("net.sf.flatpack:flatpack:4.0.18")
'net.sf.flatpack:flatpack:jar:4.0.18'
<dependency org="net.sf.flatpack" name="flatpack" rev="4.0.18">
<artifact name="flatpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.flatpack', module='flatpack', version='4.0.18')
)
libraryDependencies += "net.sf.flatpack" % "flatpack" % "4.0.18"
[net.sf.flatpack/flatpack "4.0.18"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
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 |
org.assertj : assertj-core | jar | 3.19.0 |