h

hbase-migration-tools

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