MVN

com.google.auth : google-auth-library-oauth2-http

Maven & Gradle

Jun 27, 2023
429 usages
369 stars

Google Auth Library for Java - OAuth2 HTTP

<dependency>
    <groupId>com.google.auth</groupId>
    <artifactId>google-auth-library-oauth2-http</artifactId>
    <version>1.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.auth : google-auth-library-oauth2-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.0

All Versions

Choose a version of com.google.auth : google-auth-library-oauth2-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19.x
google-auth-library-oauth2-http-1.19.0
1.18.x
google-auth-library-oauth2-http-1.18.0
1.17.x
google-auth-library-oauth2-http-1.17.0
1.16.x
google-auth-library-oauth2-http-1.16.1
google-auth-library-oauth2-http-1.16.0
1.15.x
google-auth-library-oauth2-http-1.15.0
1.14.x
google-auth-library-oauth2-http-1.14.0
1.13.x
google-auth-library-oauth2-http-1.13.0
1.12.x
google-auth-library-oauth2-http-1.12.2
google-auth-library-oauth2-http-1.12.1
google-auth-library-oauth2-http-1.12.0
1.11.x
google-auth-library-oauth2-http-1.11.0
1.10.x
google-auth-library-oauth2-http-1.10.0
1.9.x
google-auth-library-oauth2-http-1.9.0
1.8.x
google-auth-library-oauth2-http-1.8.1
google-auth-library-oauth2-http-1.8.0
1.7.x
google-auth-library-oauth2-http-1.7.0
1.6.x
google-auth-library-oauth2-http-1.6.1
google-auth-library-oauth2-http-1.6.0
1.5.x
google-auth-library-oauth2-http-1.5.3
1.4.x
google-auth-library-oauth2-http-1.4.0
1.3.x
google-auth-library-oauth2-http-1.3.0
1.2.x
google-auth-library-oauth2-http-1.2.2
google-auth-library-oauth2-http-1.2.1
google-auth-library-oauth2-http-1.2.0
1.1.x
google-auth-library-oauth2-http-1.1.0
1.0.x
google-auth-library-oauth2-http-1.0.0
0.27.x
google-auth-library-oauth2-http-0.27.0
0.26.x
google-auth-library-oauth2-http-0.26.0
0.25.x
google-auth-library-oauth2-http-0.25.5
google-auth-library-oauth2-http-0.25.4
google-auth-library-oauth2-http-0.25.3
google-auth-library-oauth2-http-0.25.2-sp.1
google-auth-library-oauth2-http-0.25.2
google-auth-library-oauth2-http-0.25.1
google-auth-library-oauth2-http-0.25.0
0.24.x
google-auth-library-oauth2-http-0.24.1
google-auth-library-oauth2-http-0.24.0
0.23.x
google-auth-library-oauth2-http-0.23.0
0.22.x
google-auth-library-oauth2-http-0.22.2
google-auth-library-oauth2-http-0.22.1
google-auth-library-oauth2-http-0.22.0
0.21.x
google-auth-library-oauth2-http-0.21.1
google-auth-library-oauth2-http-0.21.0
0.20.x
google-auth-library-oauth2-http-0.20.0
0.19.x
google-auth-library-oauth2-http-0.19.0
0.18.x
google-auth-library-oauth2-http-0.18.0
0.17.x
google-auth-library-oauth2-http-0.17.2
google-auth-library-oauth2-http-0.17.1
google-auth-library-oauth2-http-0.17.0
0.16.x
google-auth-library-oauth2-http-0.16.2
google-auth-library-oauth2-http-0.16.1
google-auth-library-oauth2-http-0.16.0
0.15.x
google-auth-library-oauth2-http-0.15.0
0.14.x
google-auth-library-oauth2-http-0.14.0
0.13.x
google-auth-library-oauth2-http-0.13.0
0.12.x
google-auth-library-oauth2-http-0.12.0
0.11.x
google-auth-library-oauth2-http-0.11.0
0.10.x
google-auth-library-oauth2-http-0.10.0
0.9.x
google-auth-library-oauth2-http-0.9.1
google-auth-library-oauth2-http-0.9.0
0.8.x
google-auth-library-oauth2-http-0.8.0
0.7.x
google-auth-library-oauth2-http-0.7.1
google-auth-library-oauth2-http-0.7.0
0.6.x
google-auth-library-oauth2-http-0.6.1
google-auth-library-oauth2-http-0.6.0
0.5.x
google-auth-library-oauth2-http-0.5.0
0.4.x
google-auth-library-oauth2-http-0.4.0
0.3.x
google-auth-library-oauth2-http-0.3.1
google-auth-library-oauth2-http-0.3.0
0.2.x
google-auth-library-oauth2-http-0.2.0
0.1.x
google-auth-library-oauth2-http-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.auth</groupId>
    <artifactId>google-auth-library-oauth2-http</artifactId>
    <version>1.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.auth : google-auth-library-oauth2-http gradle dependency to your build.gradle file:

implementation 'com.google.auth:google-auth-library-oauth2-http:1.19.0'

Gradle Kotlin DSL: Add the following com.google.auth : google-auth-library-oauth2-http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.auth:google-auth-library-oauth2-http:1.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.auth : google-auth-library-oauth2-http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.19.0"

Advertisement

Dependencies from Group

Jun 27, 2023
429 usages
369 stars
Jun 27, 2023
273 usages
369 stars
Jun 27, 2023
76 usages
390 stars
Jun 27, 2023
30 usages
369 stars

Discover Dependencies

Apr 23, 2023
947 usages
45.2k stars
Jun 23, 2021
34 usages
2.1k stars
Apr 08, 2019
494 usages
759 stars
Aug 23, 2023
2.7k usages
47.4k stars
Sep 22, 2018
403 stars
Aug 05, 2023
649 usages
36.2k stars
jcc
Oct 25, 2022
104 usages
May 10, 2023
53 usages
940 stars