MVN

org.webpieces.googlecloud : plugin-google-auth

Maven & Gradle

Nov 10, 2023
31 stars

plugin-google-auth · Not filled in for this project

<dependency>
    <groupId>org.webpieces.googlecloud</groupId>
    <artifactId>plugin-google-auth</artifactId>
    <version>2.1.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces.googlecloud : plugin-google-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.100

All Versions

Choose a version of org.webpieces.googlecloud : plugin-google-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
plugin-google-auth-2.1.100

How to add a dependency to Maven

Add the following org.webpieces.googlecloud : plugin-google-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webpieces.googlecloud</groupId>
    <artifactId>plugin-google-auth</artifactId>
    <version>2.1.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces.googlecloud : plugin-google-auth gradle dependency to your build.gradle file:

implementation 'org.webpieces.googlecloud:plugin-google-auth:2.1.100'

Gradle Kotlin DSL: Add the following org.webpieces.googlecloud : plugin-google-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces.googlecloud:plugin-google-auth:2.1.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces.googlecloud : plugin-google-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces.googlecloud" % "plugin-google-auth" % "2.1.100"