组织ID: |
io.grpc |
项目ID: |
grpc-auth |
版本: |
0.15.0 |
最后修改时间: |
2018-08-07 15:20:03 |
包类型: |
jar |
标题: |
io.grpc:grpc-auth |
描述: |
gRpc: Auth |
相关URL: |
https://github.com/grpc/grpc-java |
大小: |
12.07KB |
|
Maven引入代码: |
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>0.15.0</version>
</dependency>
|
Gradle引入代码: |
io.grpc:grpc-auth:0.15.0
|
下载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>0.15.0</version>
<name>io.grpc:grpc-auth</name>
<description>gRpc: Auth</description>
<url>https://github.com/grpc/grpc-java</url>
<licenses>
<license>
<name>BSD 3-Clause</name>
<url>http://opensource.org/licenses/BSD-3-Clause</url>
</license>
</licenses>
<developers>
<developer>
<id>grpc.io</id>
<name>gRPC Contributors</name>
<email>grpc-io@googlegroups.com</email>
<url>http://grpc.io/</url>
<organization>Google, Inc.</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>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>[0.15.0]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.grpc.auth.MoreCallCredentials.class
io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper.class
io.grpc.auth.ClientAuthInterceptor$1.class
io.grpc.auth.GoogleAuthLibraryCallCredentials$1.class
io.grpc.auth.GoogleAuthLibraryCallCredentials.class
io.grpc.auth.ClientAuthInterceptor.class
|
依赖Jar: |
google-auth-library-credentials-0.4.0.jar
/com.google.auth/google-auth-library-credentials/0.4.0
查看google-auth-library-credentials所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
grpc-core-[0.15.0].jar
/io.grpc/grpc-core/[0.15.0]
查看grpc-core所有版本文件
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
google-auth-library-oauth2-http-0.4.0.jar
/com.google.auth/google-auth-library-oauth2-http/0.4.0
查看google-auth-library-oauth2-http所有版本文件
|