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.5.3.pom download
Apache Maven
<dependency>
  <groupId>com.google.auth</groupId>
  <artifactId>google-auth-library-parent</artifactId>
  <version>1.5.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.auth:google-auth-library-parent:1.5.3'
Gradle Kotlin
implementation("com.google.auth:google-auth-library-parent:1.5.3")
Scala SBT
libraryDependencies += "com.google.auth" % "google-auth-library-parent" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.google.auth', module='google-auth-library-parent', version='1.5.3')
)
Apache Ivy
<dependency org="com.google.auth" name="google-auth-library-parent" rev="1.5.3" />
Leiningen
[com.google.auth/google-auth-library-parent "1.5.3"]
Apache Buildr
'com.google.auth:google-auth-library-parent:jar:1.5.3'
Dependencies
The project has no third-party dependencies