Files download
File Operation
google-auth-library-oauth2-http-1.20.0.jar download
google-auth-library-oauth2-http-1.20.0.pom download
google-auth-library-oauth2-http-1.20.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.auth</groupId>
  <artifactId>google-auth-library-oauth2-http</artifactId>
  <version>1.20.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.auth:google-auth-library-oauth2-http:1.20.0'
Gradle Kotlin
implementation("com.google.auth:google-auth-library-oauth2-http:1.20.0")
Scala SBT
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.20.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.auth', module='google-auth-library-oauth2-http', version='1.20.0')
)
Apache Ivy
<dependency org="com.google.auth" name="google-auth-library-oauth2-http" rev="1.20.0" />
Leiningen
[com.google.auth/google-auth-library-oauth2-http "1.20.0"]
Apache Buildr
'com.google.auth:google-auth-library-oauth2-http:jar:1.20.0'