MVN

com.github.fracpete : common-csv-weka-package

Maven & Gradle

Jan 03, 2021
1 stars

common-csv · CSV loader/saver that handles common CSV formats.

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>common-csv-weka-package</artifactId>
    <version>2021.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : common-csv-weka-package to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.1.3

All Versions

Choose a version of com.github.fracpete : common-csv-weka-package to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.1.x
common-csv-weka-package-2021.1.3
2020.12.x
common-csv-weka-package-2020.12.30
common-csv-weka-package-2020.12.29
2020.11.x
common-csv-weka-package-2020.11.29

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>common-csv-weka-package</artifactId>
    <version>2021.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fracpete : common-csv-weka-package gradle dependency to your build.gradle file:

implementation 'com.github.fracpete:common-csv-weka-package:2021.1.3'

Gradle Kotlin DSL: Add the following com.github.fracpete : common-csv-weka-package gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fracpete:common-csv-weka-package:2021.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fracpete : common-csv-weka-package sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fracpete" % "common-csv-weka-package" % "2021.1.3"

Advertisement