is not current version
Last Version 4.0.18

net.sf.flatpack:flatpack-parent 4.0.12

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.flatpack
ArtifactId

ArtifactId

flatpack-parent
Version

Version

4.0.12
Type

Type

jar

Download flatpack-parent 4.0.12


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