MVN

com.aliyun.hbase : alihbase-prefix-tree

Maven & Gradle

Jul 14, 2022
3 usages

Apache HBase - Prefix Tree · Prefix Tree Data Block Encoder

<dependency>
    <groupId>com.aliyun.hbase</groupId>
    <artifactId>alihbase-prefix-tree</artifactId>
    <version>1.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.hbase : alihbase-prefix-tree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.8

All Versions

Choose a version of com.aliyun.hbase : alihbase-prefix-tree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
alihbase-prefix-tree-1.8.8
alihbase-prefix-tree-1.8.7
alihbase-prefix-tree-1.8.6
alihbase-prefix-tree-1.8.5
alihbase-prefix-tree-1.8.4
alihbase-prefix-tree-1.8.3
alihbase-prefix-tree-1.8.2.1
alihbase-prefix-tree-1.8.2
alihbase-prefix-tree-1.8.1
alihbase-prefix-tree-1.8.0
1.1.x
alihbase-prefix-tree-1.1.13
alihbase-prefix-tree-1.1.12
alihbase-prefix-tree-1.1.11
alihbase-prefix-tree-1.1.10
alihbase-prefix-tree-1.1.9
alihbase-prefix-tree-1.1.8
alihbase-prefix-tree-1.1.7
alihbase-prefix-tree-1.1.3
alihbase-prefix-tree-1.1.2
alihbase-prefix-tree-1.1.1

How to add a dependency to Maven

Add the following com.aliyun.hbase : alihbase-prefix-tree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun.hbase</groupId>
    <artifactId>alihbase-prefix-tree</artifactId>
    <version>1.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.hbase : alihbase-prefix-tree gradle dependency to your build.gradle file:

implementation 'com.aliyun.hbase:alihbase-prefix-tree:1.8.8'

Gradle Kotlin DSL: Add the following com.aliyun.hbase : alihbase-prefix-tree gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun.hbase:alihbase-prefix-tree:1.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.hbase : alihbase-prefix-tree sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.hbase" % "alihbase-prefix-tree" % "1.8.8"

Advertisement