h

hbase-migration-tools

This project is a parent project for the hbase migration tooling.
Files download
File Operation
hbase-migration-tools-2.11.0.pom download
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>hbase-migration-tools</artifactId>
  <version>2.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:hbase-migration-tools:2.11.0'
Gradle Kotlin
implementation("com.google.cloud.bigtable:hbase-migration-tools:2.11.0")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "hbase-migration-tools" % "2.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='hbase-migration-tools', version='2.11.0')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="hbase-migration-tools" rev="2.11.0" />
Leiningen
[com.google.cloud.bigtable/hbase-migration-tools "2.11.0"]
Apache Buildr
'com.google.cloud.bigtable:hbase-migration-tools:jar:2.11.0'