MVN

com.github.nbbrd.picocsv : picocsv

Maven & Gradle

Apr 14, 2023
7 usages
6 stars

picocsv · Lightweight CSV library for Java

<dependency>
    <groupId>com.github.nbbrd.picocsv</groupId>
    <artifactId>picocsv</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nbbrd.picocsv : picocsv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2

All Versions

Choose a version of com.github.nbbrd.picocsv : picocsv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
picocsv-2.2.2
picocsv-2.2.1
picocsv-2.2.0
2.1.x
picocsv-2.1.0
2.0.x
picocsv-2.0.0

How to add a dependency to Maven

Add the following com.github.nbbrd.picocsv : picocsv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nbbrd.picocsv</groupId>
    <artifactId>picocsv</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nbbrd.picocsv : picocsv gradle dependency to your build.gradle file:

implementation 'com.github.nbbrd.picocsv:picocsv:2.2.2'

Gradle Kotlin DSL: Add the following com.github.nbbrd.picocsv : picocsv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nbbrd.picocsv:picocsv:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nbbrd.picocsv : picocsv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nbbrd.picocsv" % "picocsv" % "2.2.2"

Advertisement

Dependencies from Group

Apr 14, 2023
7 usages
6 stars

Discover Dependencies

Aug 23, 2023
127 usages
31.4k stars
Jul 28, 2023
10 usages
330 stars
Aug 11, 2019
4 usages
177 stars
Jun 02, 2021
4 usages
5.3k stars
Mar 24, 2018
4 usages
144 stars
Nov 30, 2016
3 usages
32 stars
Jan 30, 2020
6 usages
4 stars
Mar 14, 2020
8 usages