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.9.6.1.jar 下载
bigtable-hbase-integration-tests-0.9.6.1.pom 下载
bigtable-hbase-integration-tests-0.9.6.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-hbase-integration-tests</artifactId>
  <version>0.9.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-hbase-integration-tests:0.9.6.1'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-hbase-integration-tests:0.9.6.1")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-integration-tests" % "0.9.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-integration-tests', version='0.9.6.1')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-integration-tests" rev="0.9.6.1" />
Leiningen
[com.google.cloud.bigtable/bigtable-hbase-integration-tests "0.9.6.1"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-hbase-integration-tests:jar:0.9.6.1'