b

bigtable-hbase-2.x-integration-tests

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