is not current version
Last Version 2.0.0-alpha4

org.apache.hbase:hbase-prefix-tree 0.98.12-hadoop2

Prefix Tree Data Block Encoder

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-prefix-tree
Version

Version

0.98.12-hadoop2
Type

Type

jar

Download hbase-prefix-tree 0.98.12-hadoop2


<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/ -->
<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-prefix-tree</artifactId>
    <version>0.98.12-hadoop2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation 'org.apache.hbase:hbase-prefix-tree:0.98.12-hadoop2'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-prefix-tree/
implementation ("org.apache.hbase:hbase-prefix-tree:0.98.12-hadoop2")
'org.apache.hbase:hbase-prefix-tree:jar:0.98.12-hadoop2'
<dependency org="org.apache.hbase" name="hbase-prefix-tree" rev="0.98.12-hadoop2">
  <artifact name="hbase-prefix-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-prefix-tree', version='0.98.12-hadoop2')
)
libraryDependencies += "org.apache.hbase" % "hbase-prefix-tree" % "0.98.12-hadoop2"
[org.apache.hbase/hbase-prefix-tree "0.98.12-hadoop2"]