b

bigtable-hbase-integration-tests-2.x

This project contains test cases that ought to work for either bigtable-hbase or hbase proper.
Files download
File Operation
bigtable-hbase-integration-tests-2.x-1.1.0.jar download
bigtable-hbase-integration-tests-2.x-1.1.0.pom download
bigtable-hbase-integration-tests-2.x-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-hbase-integration-tests-2.x</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-hbase-integration-tests-2.x:1.1.0'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-hbase-integration-tests-2.x:1.1.0")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-integration-tests-2.x" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-integration-tests-2.x', version='1.1.0')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-integration-tests-2.x" rev="1.1.0" />
Leiningen
[com.google.cloud.bigtable/bigtable-hbase-integration-tests-2.x "1.1.0"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-hbase-integration-tests-2.x:jar:1.1.0'