MVN

com.google.cloud.bigtable : bigtable-protos

Maven & Gradle

Feb 21, 2021
14 usages
142 stars

This project contains bigtable .proto files and java files generated from them.

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-protos</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
bigtable-protos-1.0.0
bigtable-protos-1.0.0-pre4
bigtable-protos-1.0.0-pre3
bigtable-protos-1.0.0-pre2
bigtable-protos-1.0.0-pre1
0.9.x
bigtable-protos-0.9.7.1
bigtable-protos-0.9.7
bigtable-protos-0.9.6.2
bigtable-protos-0.9.6.1
bigtable-protos-0.9.6
bigtable-protos-0.9.5.1
bigtable-protos-0.9.5
bigtable-protos-0.9.4
bigtable-protos-0.9.3
bigtable-protos-0.9.2
bigtable-protos-0.9.1
bigtable-protos-0.9.0
0.3.x
bigtable-protos-0.3.0
0.2.x
bigtable-protos-0.2.4
bigtable-protos-0.2.3
bigtable-protos-0.2.2
bigtable-protos-0.2.1
bigtable-protos-0.2.0
0.1.x
bigtable-protos-0.1.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>bigtable-protos</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud.bigtable : bigtable-protos gradle dependency to your build.gradle file:

implementation 'com.google.cloud.bigtable:bigtable-protos:1.0.0'

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

implementation("com.google.cloud.bigtable:bigtable-protos:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.cloud.bigtable" % "bigtable-protos" % "1.0.0"

Advertisement