GroupId | GroupIdorg.apache.mahout |
---|---|
ArtifactId | ArtifactIdmahout-core |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
mahout-core-0.1.pom | |
mahout-core-0.1.job | 6 MB |
mahout-core-0.1-tests.jar | 176 KB |
mahout-core-0.1-sources.jar | 401 KB |
mahout-core-0.1-javadoc.jar | 1 MB |
mahout-core-0.1-bin.zip | 474 KB |
mahout-core-0.1-bin.tar.gz | 474 KB |
mahout-core-0.1-bin.tar.bz2 | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout/mahout-core/ -->
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-core/
implementation 'org.apache.mahout:mahout-core:0.1'
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-core/
implementation ("org.apache.mahout:mahout-core:0.1")
'org.apache.mahout:mahout-core:jar:0.1'
<dependency org="org.apache.mahout" name="mahout-core" rev="0.1">
<artifact name="mahout-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout', module='mahout-core', version='0.1')
)
libraryDependencies += "org.apache.mahout" % "mahout-core" % "0.1"
[org.apache.mahout/mahout-core "0.1"]