Download flatpack-3.1.1.jar file - Jar f

Jar examples for f:flatpack

Description

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.

You can download jar file flatpack 3.1.1 in this page.

Build File

You can use the following script to add flatpack-3.1.1.jar to your project.

<dependency>
   <groupId>net.sf.flatpack</groupId>
   <artifactId>flatpack</artifactId>
   <version>3.1.1</version>
</dependency>
compile group: 'net.sf.flatpack', name: 'flatpack', version: '3.1.1'
libraryDependencies += "net.sf.flatpack" % "flatpack" % "3.1.1"
<dependency org="net.sf.flatpack" name="flatpack" rev="3.1.1"/>
@Grapes(@Grab(group='net.sf.flatpack', module='flatpack', version='3.1.1'))
'net.sf.flatpack:flatpack:jar:3.1.1'

Download

Click the following link to download the jar file.

flatpack-3.1.1.jar
flatpack-3.1.1.pom



Related Tutorials