MVN

com.github.XDean : fluent-csv

Maven & Gradle

Mar 21, 2018
0 stars

Fluent CSV · Fluent and Flexible CSV Framework

<dependency>
    <groupId>com.github.XDean</groupId>
    <artifactId>fluent-csv</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.XDean : fluent-csv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.XDean : fluent-csv to add to Maven or Gradle - All Versions:

  • Version Updated
  • fluent-csv-1.1.0

    Mar 21, 2018
  • fluent-csv-1.0.0

    Mar 20, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.XDean</groupId>
    <artifactId>fluent-csv</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.XDean : fluent-csv gradle dependency to your build.gradle file:

implementation 'com.github.XDean:fluent-csv:1.1.0'

Gradle Kotlin DSL: Add the following com.github.XDean : fluent-csv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.XDean:fluent-csv:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.XDean : fluent-csv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.XDean" % "fluent-csv" % "1.1.0"