g

google-auth-library-parent

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