p

protobuf-java-format-shaded

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.
Files download
File Operation
protobuf-java-format-shaded-0.1.3.jar download
protobuf-java-format-shaded-0.1.3.pom download
protobuf-java-format-shaded-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>protobuf-java-format-shaded</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:protobuf-java-format-shaded:0.1.3'
Gradle Kotlin
implementation("com.google.cloud.bigtable:protobuf-java-format-shaded:0.1.3")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "protobuf-java-format-shaded" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='protobuf-java-format-shaded', version='0.1.3')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="protobuf-java-format-shaded" rev="0.1.3" />
Leiningen
[com.google.cloud.bigtable/protobuf-java-format-shaded "0.1.3"]
Apache Buildr
'com.google.cloud.bigtable:protobuf-java-format-shaded:jar:0.1.3'