MVN

com.github.gyulalaszlo : informata-datafile

Maven & Gradle

Jun 15, 2015
0 stars

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.

<dependency>
    <groupId>com.github.gyulalaszlo</groupId>
    <artifactId>informata-datafile</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gyulalaszlo : informata-datafile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of com.github.gyulalaszlo : informata-datafile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
informata-datafile-1.4.1

How to add a dependency to Maven

Add the following com.github.gyulalaszlo : informata-datafile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gyulalaszlo</groupId>
    <artifactId>informata-datafile</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gyulalaszlo : informata-datafile gradle dependency to your build.gradle file:

implementation 'com.github.gyulalaszlo:informata-datafile:1.4.1'

Gradle Kotlin DSL: Add the following com.github.gyulalaszlo : informata-datafile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gyulalaszlo:informata-datafile:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gyulalaszlo : informata-datafile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gyulalaszlo" % "informata-datafile" % "1.4.1"

Advertisement