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