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