MVN

us.hebi.matlab.mat : mfl-ejml

Maven & Gradle

Mar 21, 2023
39 stars

MAT File Library / EJML

<dependency>
    <groupId>us.hebi.matlab.mat</groupId>
    <artifactId>mfl-ejml</artifactId>
    <version>0.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.hebi.matlab.mat : mfl-ejml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.13

All Versions

Choose a version of us.hebi.matlab.mat : mfl-ejml to add to Maven or Gradle - All Versions:

  • Version Updated
  • mfl-ejml-0.5.13

    Mar 21, 2023
  • mfl-ejml-0.5.12

    Dec 23, 2022
  • mfl-ejml-0.5.11

    Oct 04, 2022
  • mfl-ejml-0.5.10

    Aug 03, 2022
  • mfl-ejml-0.5.9

    May 18, 2022
  • mfl-ejml-0.5.8

    Feb 24, 2022
  • mfl-ejml-0.5.7

    Mar 02, 2021
  • mfl-ejml-0.5.6

    Jan 29, 2020
  • mfl-ejml-0.5.5

    Nov 25, 2019
  • mfl-ejml-0.5.4

    Aug 28, 2019
  • mfl-ejml-0.5.3

    Jul 05, 2019
  • mfl-ejml-0.5.2

    May 14, 2019
  • mfl-ejml-0.5.1

    Jan 03, 2019
  • mfl-ejml-0.5

    Dec 21, 2018

How to add a dependency to Maven

Add the following us.hebi.matlab.mat : mfl-ejml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.hebi.matlab.mat</groupId>
    <artifactId>mfl-ejml</artifactId>
    <version>0.5.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.hebi.matlab.mat : mfl-ejml gradle dependency to your build.gradle file:

implementation 'us.hebi.matlab.mat:mfl-ejml:0.5.13'

Gradle Kotlin DSL: Add the following us.hebi.matlab.mat : mfl-ejml gradle kotlin dependency to your build.gradle.kts file:

implementation("us.hebi.matlab.mat:mfl-ejml:0.5.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.hebi.matlab.mat : mfl-ejml sbt scala dependency to your build.sbt file:

libraryDependencies += "us.hebi.matlab.mat" % "mfl-ejml" % "0.5.13"