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