MVN

cat.inspiracio : csv

Maven & Gradle

Jan 03, 2018
3 stars

cat.inspiracio:csv · Java classes for reading and writing comma-separated value files.

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>csv</artifactId>
    <version>0.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cat.inspiracio : csv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0

All Versions

Choose a version of cat.inspiracio : csv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
csv-0.0.0

How to add a dependency to Maven

Add the following cat.inspiracio : csv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>csv</artifactId>
    <version>0.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cat.inspiracio : csv gradle dependency to your build.gradle file:

implementation 'cat.inspiracio:csv:0.0.0'

Gradle Kotlin DSL: Add the following cat.inspiracio : csv gradle kotlin dependency to your build.gradle.kts file:

implementation("cat.inspiracio:csv:0.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cat.inspiracio : csv sbt scala dependency to your build.sbt file:

libraryDependencies += "cat.inspiracio" % "csv" % "0.0.0"

Advertisement