License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.flatpack |
ArtifactId | ArtifactIdflatpack-parent |
Last Version | Last Version4.0.18 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFlatPack Parent
Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters.
Bind delimited or fixed width text to column names via XML mappings. Support for header and trailer records.
Optionally, column names can be retrieved from the first record of a delimited file.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
flatpack-parent-4.0.18.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-parent/ -->
<dependency>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-parent</artifactId>
<version>4.0.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-parent/
implementation 'net.sf.flatpack:flatpack-parent:4.0.18'
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-parent/
implementation ("net.sf.flatpack:flatpack-parent:4.0.18")
'net.sf.flatpack:flatpack-parent:pom:4.0.18'
<dependency org="net.sf.flatpack" name="flatpack-parent" rev="4.0.18">
<artifact name="flatpack-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.flatpack', module='flatpack-parent', version='4.0.18')
)
libraryDependencies += "net.sf.flatpack" % "flatpack-parent" % "4.0.18"
[net.sf.flatpack/flatpack-parent "4.0.18"]