m

mahout-math

High performance scientific and technical computing data structures and methods, mostly based on CERN's Colt Java API
Files download
File Operation
mahout-math-0.12.1.jar download
mahout-math-0.12.1.pom download
mahout-math-0.12.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.mahout</groupId>
  <artifactId>mahout-math</artifactId>
  <version>0.12.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.mahout:mahout-math:0.12.1'
Gradle Kotlin
implementation("org.apache.mahout:mahout-math:0.12.1")
Scala SBT
libraryDependencies += "org.apache.mahout" % "mahout-math" % "0.12.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.mahout', module='mahout-math', version='0.12.1')
)
Apache Ivy
<dependency org="org.apache.mahout" name="mahout-math" rev="0.12.1" />
Leiningen
[org.apache.mahout/mahout-math "0.12.1"]
Apache Buildr
'org.apache.mahout:mahout-math:jar:0.12.1'