b

bigtable-legacy-compatibility

This project implements converters for v1 protobuf objects into v2 protobuf objects, and vice versa. This package is intended for use for Dataflow, and should probably not be used by other users without a discussion on https://groups.google.com/forum/#!forum/google-cloud-bigtable-discuss first.
文件下载
文件名 操作
bigtable-legacy-compatibility-0.9.5.jar 下载
bigtable-legacy-compatibility-0.9.5.pom 下载
bigtable-legacy-compatibility-0.9.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-legacy-compatibility</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-legacy-compatibility:0.9.5'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-legacy-compatibility:0.9.5")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-legacy-compatibility" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-legacy-compatibility', version='0.9.5')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-legacy-compatibility" rev="0.9.5" />
Leiningen
[com.google.cloud.bigtable/bigtable-legacy-compatibility "0.9.5"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-legacy-compatibility:jar:0.9.5'