f

flatpack-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.
https://github.com/Appendium/flatpack
The Apache Software License, Version 2.0
Appendium - Portfolio Financing Platform
Paul Zepernick Benoit Xhenseval Marcin Jekot Kenny Shing
文件下载
文件名 操作
flatpack-parent-4.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.flatpack</groupId>
  <artifactId>flatpack-parent</artifactId>
  <version>4.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.flatpack:flatpack-parent:4.0.4'
Gradle Kotlin
implementation("net.sf.flatpack:flatpack-parent:4.0.4")
Scala SBT
libraryDependencies += "net.sf.flatpack" % "flatpack-parent" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.flatpack', module='flatpack-parent', version='4.0.4')
)
Apache Ivy
<dependency org="net.sf.flatpack" name="flatpack-parent" rev="4.0.4" />
Leiningen
[net.sf.flatpack/flatpack-parent "4.0.4"]
Apache Buildr
'net.sf.flatpack:flatpack-parent:jar:4.0.4'