i

informata-datafile

Maven Package for datafile.sourceforge.net Java data file read/write utility that provides a convenient set of interfaces for reading and writing data to and from files in widely accepted format such as comma separated values (CSV), fixed width, tab separated, as well as others.
http://datafile.sourceforge.net/
The GNU Lesser General Public License, Version 2.1
Gyula Laszlo
Files download
File Operation
informata-datafile-1.4.1.jar download
informata-datafile-1.4.1.pom download
informata-datafile-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gyulalaszlo</groupId>
  <artifactId>informata-datafile</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.gyulalaszlo:informata-datafile:1.4.1'
Gradle Kotlin
implementation("com.github.gyulalaszlo:informata-datafile:1.4.1")
Scala SBT
libraryDependencies += "com.github.gyulalaszlo" % "informata-datafile" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gyulalaszlo', module='informata-datafile', version='1.4.1')
)
Apache Ivy
<dependency org="com.github.gyulalaszlo" name="informata-datafile" rev="1.4.1" />
Leiningen
[com.github.gyulalaszlo/informata-datafile "1.4.1"]
Apache Buildr
'com.github.gyulalaszlo:informata-datafile:jar:1.4.1'
Dependencies