组织ID: |
com.google.auth |
项目ID: |
google-auth-library-credentials |
版本: |
0.10.0 |
最后修改时间: |
2018-08-02 16:55:08 |
包类型: |
jar |
标题: |
Google Auth Library for Java - Credentials |
大小: |
5.56KB |
|
Maven引入代码: |
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.10.0</version>
</dependency>
|
Gradle引入代码: |
com.google.auth:google-auth-library-credentials:0.10.0
|
下载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.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-auth-library-credentials</artifactId>
<name>Google Auth Library for Java - Credentials</name>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<build>
<sourceDirectory>java</sourceDirectory>
<testSourceDirectory>javatests</testSourceDirectory>
<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>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.google.auth.RequestMetadataCallback.class
com.google.auth.ServiceAccountSigner$SigningException.class
com.google.auth.Credentials$1.class
com.google.auth.ServiceAccountSigner.class
com.google.auth.Credentials.class
META-INF/maven/com.google.auth/google-auth-library-credentials/pom.xml
META-INF/maven/com.google.auth/google-auth-library-credentials/pom.properties
|
依赖Jar: |
|