h

hbase-migration-tools

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