MVN

com.google.cloud.bigtable : bigtable-client-core-config

Maven & Gradle

Mar 27, 2023
164 stars

com.google.cloud.bigtable:bigtable-client-core-config · The project for configuring Bigtable.

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-client-core-config</artifactId>
    <version>1.29.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.bigtable : bigtable-client-core-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.29.2

All Versions

Choose a version of com.google.cloud.bigtable : bigtable-client-core-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.29.x
bigtable-client-core-config-1.29.2
bigtable-client-core-config-1.29.1
bigtable-client-core-config-1.29.0
1.28.x
bigtable-client-core-config-1.28.0

How to add a dependency to Maven

Add the following com.google.cloud.bigtable : bigtable-client-core-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-client-core-config</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-client-core-config gradle dependency to your build.gradle file:

implementation 'com.google.cloud.bigtable:bigtable-client-core-config:1.29.2'

Gradle Kotlin DSL: Add the following com.google.cloud.bigtable : bigtable-client-core-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.cloud.bigtable:bigtable-client-core-config:1.29.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud.bigtable : bigtable-client-core-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud.bigtable" % "bigtable-client-core-config" % "1.29.2"

Advertisement