g

google-auth-library-parent

Client libraries providing authentication and authorization to enable calling Google APIs.
https://github.com/googleapis/google-auth-library-java
BSD New license
Google
Jeff Ching
Files download
File Operation
google-auth-library-parent-1.13.0.pom download
Apache Maven
<dependency>
  <groupId>com.google.auth</groupId>
  <artifactId>google-auth-library-parent</artifactId>
  <version>1.13.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.auth:google-auth-library-parent:1.13.0'
Gradle Kotlin
implementation("com.google.auth:google-auth-library-parent:1.13.0")
Scala SBT
libraryDependencies += "com.google.auth" % "google-auth-library-parent" % "1.13.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.auth', module='google-auth-library-parent', version='1.13.0')
)
Apache Ivy
<dependency org="com.google.auth" name="google-auth-library-parent" rev="1.13.0" />
Leiningen
[com.google.auth/google-auth-library-parent "1.13.0"]
Apache Buildr
'com.google.auth:google-auth-library-parent:jar:1.13.0'
Dependencies
The project has no third-party dependencies