MVN

com.google.cloud.bigtable : protobuf-java-format-shaded

Maven & Gradle

Aug 07, 2023
164 stars

This is a wrapper around `com.googlecode.protobuf-java-format:protobuf-java-format` that rewrites the bytecode to use `org.apache.hadoop.hbase.shaded.com.google.protobuf` instead of plain `com.google.protobuf` for compatibility with `hbase-shaded-client`. Classes using shaded protobufs are exposed in `com.google.bigtable.hbase.mirroring.shaded.com.googlecode.protobuf.format` package.

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>protobuf-java-format-shaded</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.bigtable : protobuf-java-format-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.google.cloud.bigtable : protobuf-java-format-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
protobuf-java-format-shaded-0.6.0
0.5.x
protobuf-java-format-shaded-0.5.1
protobuf-java-format-shaded-0.5.0
0.4.x
protobuf-java-format-shaded-0.4.1
protobuf-java-format-shaded-0.4.0
0.3.x
protobuf-java-format-shaded-0.3.1
protobuf-java-format-shaded-0.3.0
0.2.x
protobuf-java-format-shaded-0.2.4
protobuf-java-format-shaded-0.2.3
protobuf-java-format-shaded-0.2.2
protobuf-java-format-shaded-0.2.1
protobuf-java-format-shaded-0.2.0
0.1.x
protobuf-java-format-shaded-0.1.7
protobuf-java-format-shaded-0.1.6
protobuf-java-format-shaded-0.1.5
protobuf-java-format-shaded-0.1.4
protobuf-java-format-shaded-0.1.3
protobuf-java-format-shaded-0.1.2
protobuf-java-format-shaded-0.1.1
protobuf-java-format-shaded-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.cloud.bigtable</groupId>
    <artifactId>protobuf-java-format-shaded</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud.bigtable : protobuf-java-format-shaded gradle dependency to your build.gradle file:

implementation 'com.google.cloud.bigtable:protobuf-java-format-shaded:0.6.0'

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

implementation("com.google.cloud.bigtable:protobuf-java-format-shaded:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud.bigtable : protobuf-java-format-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud.bigtable" % "protobuf-java-format-shaded" % "0.6.0"

Advertisement