h

hbase-migration-tools

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