MVN

com.github.fracpete : matlab-weka-package

Maven & Gradle

Jan 13, 2021
0 stars

matlab · Loader/saver that handles binary Matlab .mat files.

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

Latest Version

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

  • Latest Stable: 2021.1.13

All Versions

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

Version Vulnerabilities Updated
2021.1.x
matlab-weka-package-2021.1.13

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>matlab-weka-package</artifactId>
    <version>2021.1.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.fracpete:matlab-weka-package:2021.1.13'

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

implementation("com.github.fracpete:matlab-weka-package:2021.1.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.fracpete" % "matlab-weka-package" % "2021.1.13"

Advertisement