组织ID: |
com.google.auth |
项目ID: |
google-auth-library-oauth2-http |
版本: |
0.17.2 |
最后修改时间: |
2019-10-09 11:59:13 |
包类型: |
jar |
标题: |
Google Auth Library for Java - OAuth2 HTTP |
大小: |
101.05KB |
|
Maven引入代码: |
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.17.2</version>
</dependency>
|
Gradle引入代码: |
com.google.auth:google-auth-library-oauth2-http:0.17.2
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.17.2</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-auth-library-oauth2-http</artifactId>
<name>Google Auth Library for Java - OAuth2 HTTP</name>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<build>
<sourceDirectory>java</sourceDirectory>
<testSourceDirectory>javatests</testSourceDirectory>
<testResources>
<testResource>
<directory>testresources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUnusedDeclaredDependencies>com.google.auto.value:auto-value</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.google.auth.oauth2</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.google.auth.oauth2.ServiceAccountCredentials$1.class
com.google.auth.oauth2.JwtClaims$Builder.class
com.google.auth.oauth2.AppEngineCredentials.class
com.google.auth.oauth2.DefaultCredentialsProvider.class
com.google.auth.oauth2.IdTokenCredentials.class
com.google.auth.oauth2.UserAuthorizer.class
com.google.auth.oauth2.ServiceAccountJwtAccessCredentials.class
com.google.auth.oauth2.JwtClaims.class
com.google.auth.oauth2.OAuth2Credentials$CredentialsChangedListener.class
com.google.auth.http.AuthHttpConstants.class
com.google.auth.http.HttpCredentialsAdapter.class
com.google.auth.oauth2.AutoValue_JwtClaims$Builder.class
com.google.auth.oauth2.IdTokenCredentials$1.class
com.google.auth.oauth2.OAuth2Utils.class
com.google.auth.oauth2.IdToken.class
com.google.auth.oauth2.ComputeEngineCredentials$1.class
com.google.auth.oauth2.JwtCredentials$Builder.class
com.google.auth.oauth2.ClientId.class
com.google.auth.oauth2.MemoryTokensStorage.class
com.google.auth.oauth2.ComputeEngineCredentials.class
com.google.auth.oauth2.UserAuthorizer$Builder.class
com.google.auth.oauth2.JwtProvider.class
com.google.auth.oauth2.ServiceAccountJwtAccessCredentials$2.class
com.google.auth.oauth2.UserAuthorizer$1.class
com.google.auth.oauth2.AutoValue_JwtClaims.class
com.google.auth.oauth2.OAuth2Credentials.class
com.google.auth.oauth2.ClientId$Builder.class
com.google.auth.oauth2.ServiceAccountJwtAccessCredentials$Builder.class
com.google.auth.oauth2.IdTokenCredentials$Builder.class
com.google.auth.oauth2.GoogleCredentials$Builder.class
com.google.auth.oauth2.JwtCredentials.class
com.google.auth.oauth2.IdTokenProvider$Option.class
com.google.auth.oauth2.CloudShellCredentials.class
com.google.auth.oauth2.AutoValue_JwtClaims$1.class
com.google.auth.oauth2.OAuth2Utils$DefaultHttpTransportFactory.class
com.google.auth.oauth2.JwtCredentials$1.class
com.google.auth.oauth2.ImpersonatedCredentials$1.class
com.google.auth.oauth2.AccessToken.class
com.google.auth.oauth2.ImpersonatedCredentials.class
com.google.auth.oauth2.ServiceAccountJwtAccessCredentials$1.class
com.google.auth.oauth2.GoogleCredentials.class
com.google.auth.oauth2.CloudShellCredentials$1.class
com.google.auth.http.InternalAuthHttpConstants.class
com.google.auth.http.HttpTransportFactory.class
META-INF/maven/com.google.auth/google-auth-library-oauth2-http/pom.xml
META-INF/maven/com.google.auth/google-auth-library-oauth2-http/pom.properties
com.google.auth.oauth2.OAuth2Credentials$Builder.class
com.google.auth.oauth2.IamUtils.class
com.google.auth.oauth2.ComputeEngineCredentials$Builder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|