MVN

com.google.cloud.bigtable : bigtable-hbase-integration-tests-common

Maven & Gradle

Mar 27, 2023
1 usages
164 stars

com.google.cloud.bigtable:bigtable-hbase-integration-tests-common · This project contains common test infrastructure

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-hbase-integration-tests-common</artifactId>
    <version>1.29.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.bigtable : bigtable-hbase-integration-tests-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.29.2

All Versions

Choose a version of com.google.cloud.bigtable : bigtable-hbase-integration-tests-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.29.x
bigtable-hbase-integration-tests-common-1.29.2
bigtable-hbase-integration-tests-common-1.29.1
bigtable-hbase-integration-tests-common-1.29.0
1.28.x
bigtable-hbase-integration-tests-common-1.28.0
1.27.x
bigtable-hbase-integration-tests-common-1.27.1
bigtable-hbase-integration-tests-common-1.27.0
1.26.x
bigtable-hbase-integration-tests-common-1.26.3
bigtable-hbase-integration-tests-common-1.26.2
bigtable-hbase-integration-tests-common-1.26.1
bigtable-hbase-integration-tests-common-1.26.0
1.25.x
bigtable-hbase-integration-tests-common-1.25.1
bigtable-hbase-integration-tests-common-1.25.0
1.24.x
bigtable-hbase-integration-tests-common-1.24.0
1.23.x
bigtable-hbase-integration-tests-common-1.23.1
bigtable-hbase-integration-tests-common-1.23.0
1.22.x
bigtable-hbase-integration-tests-common-1.22.0
1.21.x
bigtable-hbase-integration-tests-common-1.21.1
bigtable-hbase-integration-tests-common-1.21.0
1.20.x
bigtable-hbase-integration-tests-common-1.20.1
bigtable-hbase-integration-tests-common-1.20.0
1.19.x
bigtable-hbase-integration-tests-common-1.19.2
bigtable-hbase-integration-tests-common-1.19.1
bigtable-hbase-integration-tests-common-1.19.0
1.18.x
bigtable-hbase-integration-tests-common-1.18.2
bigtable-hbase-integration-tests-common-1.18.1
bigtable-hbase-integration-tests-common-1.18.0
1.17.x
bigtable-hbase-integration-tests-common-1.17.1
bigtable-hbase-integration-tests-common-1.17.0
1.16.x
bigtable-hbase-integration-tests-common-1.16.0
1.15.x
bigtable-hbase-integration-tests-common-1.15.0
1.14.x
bigtable-hbase-integration-tests-common-1.14.1
bigtable-hbase-integration-tests-common-1.14.0
1.13.x
bigtable-hbase-integration-tests-common-1.13.0
1.12.x
bigtable-hbase-integration-tests-common-1.12.1
bigtable-hbase-integration-tests-common-1.12.0
1.11.x
bigtable-hbase-integration-tests-common-1.11.0
1.10.x
bigtable-hbase-integration-tests-common-1.10.0
1.9.x
bigtable-hbase-integration-tests-common-1.9.0
1.8.x
bigtable-hbase-integration-tests-common-1.8.0
1.7.x
bigtable-hbase-integration-tests-common-1.7.0
1.6.x
bigtable-hbase-integration-tests-common-1.6.0
1.5.x
bigtable-hbase-integration-tests-common-1.5.0
1.4.x
bigtable-hbase-integration-tests-common-1.4.0
1.3.x
bigtable-hbase-integration-tests-common-1.3.0
1.2.x
bigtable-hbase-integration-tests-common-1.2.0
1.1.x
bigtable-hbase-integration-tests-common-1.1.2
bigtable-hbase-integration-tests-common-1.1.1
bigtable-hbase-integration-tests-common-1.1.0

How to add a dependency to Maven

Add the following com.google.cloud.bigtable : bigtable-hbase-integration-tests-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-hbase-integration-tests-common</artifactId>
    <version>1.29.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud.bigtable : bigtable-hbase-integration-tests-common gradle dependency to your build.gradle file:

implementation 'com.google.cloud.bigtable:bigtable-hbase-integration-tests-common:1.29.2'

Gradle Kotlin DSL: Add the following com.google.cloud.bigtable : bigtable-hbase-integration-tests-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.cloud.bigtable:bigtable-hbase-integration-tests-common:1.29.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud.bigtable : bigtable-hbase-integration-tests-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-integration-tests-common" % "1.29.2"

Advertisement