b

bigtable-hbase-integration-tests

This project contains test cases that ought to work for either bigtable-hbase or hbase proper.
文件下载
文件名 操作
bigtable-hbase-integration-tests-0.2.4.jar 下载
bigtable-hbase-integration-tests-0.2.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-hbase-integration-tests</artifactId>
  <version>0.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-hbase-integration-tests:0.2.4'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-hbase-integration-tests:0.2.4")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-integration-tests" % "0.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-integration-tests', version='0.2.4')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-integration-tests" rev="0.2.4" />
Leiningen
[com.google.cloud.bigtable/bigtable-hbase-integration-tests "0.2.4"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-hbase-integration-tests:jar:0.2.4'