组织ID: |
io.grpc |
项目ID: |
grpc-auth |
版本: |
1.21.1 |
最后修改时间: |
2019-08-31 13:46:50 |
包类型: |
jar |
标题: |
io.grpc:grpc-auth |
描述: |
gRPC: Auth |
相关URL: |
https://github.com/grpc/grpc-java |
大小: |
14.14KB |
|
Maven引入代码: |
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>1.21.1</version>
</dependency>
|
Gradle引入代码: |
io.grpc:grpc-auth:1.21.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>1.21.1</version>
<name>io.grpc:grpc-auth</name>
<description>gRPC: Auth</description>
<url>https://github.com/grpc/grpc-java</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://opensource.org/licenses/Apache-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>grpc.io</id>
<name>gRPC Contributors</name>
<email>grpc-io@googlegroups.com</email>
<url>https://grpc.io/</url>
<organization>gRPC Authors</organization>
<organizationUrl>https://www.google.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
<developerConnection>scm:git:git@github.com:grpc/grpc-java.git</developerConnection>
<url>https://github.com/grpc/grpc-java</url>
</scm>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>[1.21.1]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.13.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.grpc.auth.GoogleAuthLibraryCallCredentials.class
io.grpc.auth.ClientAuthInterceptor.class
io.grpc.auth.ClientAuthInterceptor$1.class
io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper.class
io.grpc.auth.GoogleAuthLibraryCallCredentials$MethodPair.class
io.grpc.auth.GoogleAuthLibraryCallCredentials$1.class
io.grpc.auth.MoreCallCredentials.class
|
依赖Jar: |
grpc-api-[1.21.1].jar
/io.grpc/grpc-api/[1.21.1]
查看grpc-api所有版本文件
google-auth-library-credentials-0.13.0.jar
/com.google.auth/google-auth-library-credentials/0.13.0
查看google-auth-library-credentials所有版本文件
|