文件下载
文件名 操作
google-auth-library-oauth2-http-1.23.0.jar 下载
google-auth-library-oauth2-http-1.23.0.pom 下载
google-auth-library-oauth2-http-1.23.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.auth</groupId>
  <artifactId>google-auth-library-oauth2-http</artifactId>
  <version>1.23.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.auth:google-auth-library-oauth2-http:1.23.0'
Gradle Kotlin
implementation("com.google.auth:google-auth-library-oauth2-http:1.23.0")
Scala SBT
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.23.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.auth', module='google-auth-library-oauth2-http', version='1.23.0')
)
Apache Ivy
<dependency org="com.google.auth" name="google-auth-library-oauth2-http" rev="1.23.0" />
Leiningen
[com.google.auth/google-auth-library-oauth2-http "1.23.0"]
Apache Buildr
'com.google.auth:google-auth-library-oauth2-http:jar:1.23.0'