MVN

com.google.cloud : google-cloud-biglake

Maven & Gradle

Aug 08, 2023
1.8k stars

Google BigLake · BigLake The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-biglake</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud : google-cloud-biglake to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.0

All Versions

Choose a version of com.google.cloud : google-cloud-biglake to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
google-cloud-biglake-0.11.0
0.10.x
google-cloud-biglake-0.10.0
0.9.x
google-cloud-biglake-0.9.0
0.8.x
google-cloud-biglake-0.8.0
0.7.x
google-cloud-biglake-0.7.0
0.6.x
google-cloud-biglake-0.6.0
0.5.x
google-cloud-biglake-0.5.0
0.4.x
google-cloud-biglake-0.4.0
0.3.x
google-cloud-biglake-0.3.0
0.2.x
google-cloud-biglake-0.2.0
0.1.x
google-cloud-biglake-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-biglake</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud : google-cloud-biglake gradle dependency to your build.gradle file:

implementation 'com.google.cloud:google-cloud-biglake:0.11.0'

Gradle Kotlin DSL: Add the following com.google.cloud : google-cloud-biglake gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.cloud:google-cloud-biglake:0.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud : google-cloud-biglake sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.11.0"

Advertisement