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
文件下载
文件名 操作
google-auth-library-parent-1.12.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.google.auth</groupId>
  <artifactId>google-auth-library-parent</artifactId>
  <version>1.12.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.auth:google-auth-library-parent:1.12.2'
Gradle Kotlin
implementation("com.google.auth:google-auth-library-parent:1.12.2")
Scala SBT
libraryDependencies += "com.google.auth" % "google-auth-library-parent" % "1.12.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.auth', module='google-auth-library-parent', version='1.12.2')
)
Apache Ivy
<dependency org="com.google.auth" name="google-auth-library-parent" rev="1.12.2" />
Leiningen
[com.google.auth/google-auth-library-parent "1.12.2"]
Apache Buildr
'com.google.auth:google-auth-library-parent:jar:1.12.2'
本项目依赖
该项目无第三方依赖