MVN

com.google.cloud : gcloud-java-core

Maven & Gradle

Feb 21, 2021
1.7k stars

GCloud Java core · Core module for the gcloud-java.

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>gcloud-java-core</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.8

All Versions

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

Version Vulnerabilities Updated
0.2.x
gcloud-java-core-0.2.8
gcloud-java-core-0.2.7
gcloud-java-core-0.2.6
gcloud-java-core-0.2.5
gcloud-java-core-0.2.4
gcloud-java-core-0.2.3
gcloud-java-core-0.2.2
gcloud-java-core-0.2.1
gcloud-java-core-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>gcloud-java-core</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.google.cloud:gcloud-java-core:0.2.8'

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

implementation("com.google.cloud:gcloud-java-core:0.2.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.8"