MVN

net.sf.cuf : cuf-csvview

Maven & Gradle

Mar 28, 2022

CUF csvview Java Swing example app

<dependency>
    <groupId>net.sf.cuf</groupId>
    <artifactId>cuf-csvview</artifactId>
    <version>2.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.cuf : cuf-csvview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.8

All Versions

Choose a version of net.sf.cuf : cuf-csvview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
cuf-csvview-2.5.8
cuf-csvview-2.5.7
cuf-csvview-2.5.6
cuf-csvview-2.5.5
cuf-csvview-2.5.4
cuf-csvview-2.5.3
cuf-csvview-2.5.2
2.0.x
cuf-csvview-2.0.8
cuf-csvview-2.0.7
cuf-csvview-2.0.6
cuf-csvview-2.0.5
cuf-csvview-2.0.4
cuf-csvview-2.0.3
cuf-csvview-2.0.2
cuf-csvview-2.0.1
cuf-csvview-2.0.0

How to add a dependency to Maven

Add the following net.sf.cuf : cuf-csvview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.cuf</groupId>
    <artifactId>cuf-csvview</artifactId>
    <version>2.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.cuf : cuf-csvview gradle dependency to your build.gradle file:

implementation 'net.sf.cuf:cuf-csvview:2.5.8'

Gradle Kotlin DSL: Add the following net.sf.cuf : cuf-csvview gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.cuf:cuf-csvview:2.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.cuf : cuf-csvview sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.cuf" % "cuf-csvview" % "2.5.8"

Advertisement