g

google-cloud-bigtable-deps-bom

A BOM that describes all of the dependencies used by google-cloud-bigtable. It's mainly intended to be used by java-bigtable-hbase to align dependencies
The Apache Software License, Version 2.0
Google LLC
Igor Bernstein Kristen O'Leary
Files download
File Operation
google-cloud-bigtable-deps-bom-2.39.2.pom download
Apache Maven
<dependency>
  <groupId>com.google.cloud</groupId>
  <artifactId>google-cloud-bigtable-deps-bom</artifactId>
  <version>2.39.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.cloud:google-cloud-bigtable-deps-bom:2.39.2'
Gradle Kotlin
implementation("com.google.cloud:google-cloud-bigtable-deps-bom:2.39.2")
Scala SBT
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable-deps-bom" % "2.39.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud', module='google-cloud-bigtable-deps-bom', version='2.39.2')
)
Apache Ivy
<dependency org="com.google.cloud" name="google-cloud-bigtable-deps-bom" rev="2.39.2" />
Leiningen
[com.google.cloud/google-cloud-bigtable-deps-bom "2.39.2"]
Apache Buildr
'com.google.cloud:google-cloud-bigtable-deps-bom:jar:2.39.2'