GroupId | GroupIdorg.apache.mahout |
---|---|
ArtifactId | ArtifactIdmahout-math |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
mahout-math-0.12.0.pom | |
mahout-math-0.12.0.jar | 1 MB |
mahout-math-0.12.0-tests.jar | 811 KB |
mahout-math-0.12.0-sources.jar | 1 MB |
mahout-math-0.12.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout/mahout-math/ -->
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-math</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-math/
implementation 'org.apache.mahout:mahout-math:0.12.0'
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-math/
implementation ("org.apache.mahout:mahout-math:0.12.0")
'org.apache.mahout:mahout-math:jar:0.12.0'
<dependency org="org.apache.mahout" name="mahout-math" rev="0.12.0">
<artifact name="mahout-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout', module='mahout-math', version='0.12.0')
)
libraryDependencies += "org.apache.mahout" % "mahout-math" % "0.12.0"
[org.apache.mahout/mahout-math "0.12.0"]