GroupId | GroupIdorg.apache.mahout.hbase |
---|---|
ArtifactId | ArtifactIdhbase |
Last Version | Last Version0.20.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
hbase-0.20.0.pom | |
hbase-0.20.0.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout.hbase/hbase/ -->
<dependency>
<groupId>org.apache.mahout.hbase</groupId>
<artifactId>hbase</artifactId>
<version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout.hbase/hbase/
implementation 'org.apache.mahout.hbase:hbase:0.20.0'
// https://jarcasting.com/artifacts/org.apache.mahout.hbase/hbase/
implementation ("org.apache.mahout.hbase:hbase:0.20.0")
'org.apache.mahout.hbase:hbase:jar:0.20.0'
<dependency org="org.apache.mahout.hbase" name="hbase" rev="0.20.0">
<artifact name="hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout.hbase', module='hbase', version='0.20.0')
)
libraryDependencies += "org.apache.mahout.hbase" % "hbase" % "0.20.0"
[org.apache.mahout.hbase/hbase "0.20.0"]