MVN

net.sf.flatpack : flatpack

Maven & Gradle

Dec 27, 2021
5 usages
55 stars

FlatPack · 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.

<dependency>
    <groupId>net.sf.flatpack</groupId>
    <artifactId>flatpack</artifactId>
    <version>4.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.flatpack : flatpack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.18

All Versions

Choose a version of net.sf.flatpack : flatpack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
flatpack-4.0.18
flatpack-4.0.17
flatpack-4.0.16
flatpack-4.0.15
flatpack-4.0.14
flatpack-4.0.13
flatpack-4.0.12
flatpack-4.0.11
flatpack-4.0.10
flatpack-4.0.9
flatpack-4.0.8
flatpack-4.0.7
flatpack-4.0.6
flatpack-4.0.5
flatpack-4.0.4
flatpack-4.0.3
flatpack-4.0.2
flatpack-4.0.1
flatpack-4.0.0
3.4.x
flatpack-3.4.3
flatpack-3.4.2
flatpack-3.4.1
flatpack-3.4.0
3.1.x
flatpack-3.1.1

How to add a dependency to Maven

Add the following net.sf.flatpack : flatpack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.flatpack</groupId>
    <artifactId>flatpack</artifactId>
    <version>4.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.flatpack : flatpack gradle dependency to your build.gradle file:

implementation 'net.sf.flatpack:flatpack:4.0.18'

Gradle Kotlin DSL: Add the following net.sf.flatpack : flatpack gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.flatpack:flatpack:4.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.flatpack : flatpack sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.flatpack" % "flatpack" % "4.0.18"

Advertisement