组织ID: |
io.grpc |
项目ID: |
grpc-auth |
版本: |
1.13.1 |
最后修改时间: |
2018-08-03 09:40:14 |
包类型: |
jar |
标题: |
io.grpc:grpc-auth |
描述: |
gRpc: Auth |
相关URL: |
https://github.com/grpc/grpc-java |
大小: |
13.09KB |
|
Maven引入代码: |
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>1.13.1</version>
</dependency>
|
Gradle引入代码: |
io.grpc:grpc-auth:1.13.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>1.13.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-core</artifactId>
<version>[1.13.1]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.36</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
<version>1.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.grpc.auth.ClientAuthInterceptor$1.class
io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper.class
io.grpc.auth.GoogleAuthLibraryCallCredentials$1.class
io.grpc.auth.ClientAuthInterceptor.class
io.grpc.auth.MoreCallCredentials.class
io.grpc.auth.GoogleAuthLibraryCallCredentials.class
|
依赖Jar: |
grpc-core-[1.13.1].jar
/io.grpc/grpc-core/[1.13.1]
查看grpc-core所有版本文件
google-auth-library-credentials-0.9.0.jar
/com.google.auth/google-auth-library-credentials/0.9.0
查看google-auth-library-credentials所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
truth-0.36.jar
/com.google.truth/truth/0.36
查看truth所有版本文件
grpc-testing-1.13.1.jar
/io.grpc/grpc-testing/1.13.1
查看grpc-testing所有版本文件
google-auth-library-oauth2-http-0.9.0.jar
/com.google.auth/google-auth-library-oauth2-http/0.9.0
查看google-auth-library-oauth2-http所有版本文件
|