GroupId | GroupIdorg.apache.mahout |
---|---|
ArtifactId | ArtifactIdmahout-examples |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
mahout-examples-0.9.pom | |
mahout-examples-0.9.jar | 229 KB |
mahout-examples-0.9-sources.jar | 162 KB |
mahout-examples-0.9-job.jar | 23 MB |
mahout-examples-0.9-javadoc.jar | 529 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout/mahout-examples/ -->
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-examples</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-examples/
implementation 'org.apache.mahout:mahout-examples:0.9'
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-examples/
implementation ("org.apache.mahout:mahout-examples:0.9")
'org.apache.mahout:mahout-examples:jar:0.9'
<dependency org="org.apache.mahout" name="mahout-examples" rev="0.9">
<artifact name="mahout-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout', module='mahout-examples', version='0.9')
)
libraryDependencies += "org.apache.mahout" % "mahout-examples" % "0.9"
[org.apache.mahout/mahout-examples "0.9"]