License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.apache.mahout |
ArtifactId | ArtifactIdmahout-math-scala |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMahout Math/Scala wrappers
High performance scientific and technical computing data structures and methods,
mostly based on CERN's
Colt Java API
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mahout-math-scala-0.9.pom | |
mahout-math-scala-0.9.jar | 59 KB |
mahout-math-scala-0.9-tests.jar | 58 KB |
mahout-math-scala-0.9-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout/mahout-math-scala/ -->
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-math-scala</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-math-scala/
implementation 'org.apache.mahout:mahout-math-scala:0.9'
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-math-scala/
implementation ("org.apache.mahout:mahout-math-scala:0.9")
'org.apache.mahout:mahout-math-scala:jar:0.9'
<dependency org="org.apache.mahout" name="mahout-math-scala" rev="0.9">
<artifact name="mahout-math-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout', module='mahout-math-scala', version='0.9')
)
libraryDependencies += "org.apache.mahout" % "mahout-math-scala" % "0.9"
[org.apache.mahout/mahout-math-scala "0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.mahout : mahout-math | jar | 0.9 |
org.scala-lang : scala-library | jar | 2.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.9.2 | jar | 1.9.1 |