MVN

org.jeesy : csv2b

Maven & Gradle

Feb 16, 2016
0 stars

csv2b · Yet another csv parser/mapper with detail error processing

<dependency>
    <groupId>org.jeesy</groupId>
    <artifactId>csv2b</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jeesy : csv2b to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.jeesy : csv2b to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
csv2b-0.3.2
csv2b-0.3.1
0.3
csv2b-0.3
0.2
csv2b-0.2

How to add a dependency to Maven

Add the following org.jeesy : csv2b maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jeesy</groupId>
    <artifactId>csv2b</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jeesy : csv2b gradle dependency to your build.gradle file:

implementation 'org.jeesy:csv2b:0.3.2'

Gradle Kotlin DSL: Add the following org.jeesy : csv2b gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jeesy:csv2b:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jeesy : csv2b sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jeesy" % "csv2b" % "0.3.2"

Advertisement