h

hbase-balancer

HBase Balancer Support
文件下载
文件名 操作
hbase-balancer-3.0.0-alpha-2.jar 下载
hbase-balancer-3.0.0-alpha-2.pom 下载
hbase-balancer-3.0.0-alpha-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-balancer</artifactId>
  <version>3.0.0-alpha-2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-balancer:3.0.0-alpha-2'
Gradle Kotlin
implementation("org.apache.hbase:hbase-balancer:3.0.0-alpha-2")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-balancer" % "3.0.0-alpha-2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-balancer', version='3.0.0-alpha-2')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-balancer" rev="3.0.0-alpha-2" />
Leiningen
[org.apache.hbase/hbase-balancer "3.0.0-alpha-2"]
Apache Buildr
'org.apache.hbase:hbase-balancer:jar:3.0.0-alpha-2'