Files download
File Operation
mfl-core-0.5.7.jar download
mfl-core-0.5.7.pom download
mfl-core-0.5.7-sources.jar download
Apache Maven
<dependency>
  <groupId>us.hebi.matlab.mat</groupId>
  <artifactId>mfl-core</artifactId>
  <version>0.5.7</version>
</dependency>
Gradle Groovy
implementation 'us.hebi.matlab.mat:mfl-core:0.5.7'
Gradle Kotlin
implementation("us.hebi.matlab.mat:mfl-core:0.5.7")
Scala SBT
libraryDependencies += "us.hebi.matlab.mat" % "mfl-core" % "0.5.7"
Groovy Grape
@Grapes(
  @Grab(group='us.hebi.matlab.mat', module='mfl-core', version='0.5.7')
)
Apache Ivy
<dependency org="us.hebi.matlab.mat" name="mfl-core" rev="0.5.7" />
Leiningen
[us.hebi.matlab.mat/mfl-core "0.5.7"]
Apache Buildr
'us.hebi.matlab.mat:mfl-core:jar:0.5.7'