| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.mahout |
| ArtifactId | ArtifactIdmahout-collections |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMahout Collections
Primitive-type collections based on CERN's Colt Java API
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mahout-collections-1.0.pom | |
| mahout-collections-1.0.jar | 1 MB |
| mahout-collections-1.0-src.zip | 197 KB |
| mahout-collections-1.0-sources.jar | 939 KB |
| mahout-collections-1.0-javadoc.jar | 2 MB |
| mahout-collections-1.0-docs.zip | 41 KB |
| mahout-collections-1.0-bin.zip | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout/mahout-collections/ -->
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-collections</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-collections/
implementation 'org.apache.mahout:mahout-collections:1.0'
// https://jarcasting.com/artifacts/org.apache.mahout/mahout-collections/
implementation ("org.apache.mahout:mahout-collections:1.0")
'org.apache.mahout:mahout-collections:jar:1.0'
<dependency org="org.apache.mahout" name="mahout-collections" rev="1.0">
<artifact name="mahout-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout', module='mahout-collections', version='1.0')
)
libraryDependencies += "org.apache.mahout" % "mahout-collections" % "1.0"
[org.apache.mahout/mahout-collections "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |