You can download grpc-auth-1.0.0.jar in this page.
BSD 3-Clause
grpc-auth-1.0.0.jar file has the following types.
META-INF/MANIFEST.MF io.grpc.auth.ClientAuthInterceptor.class io.grpc.auth.GoogleAuthLibraryCallCredentials.class io.grpc.auth.MoreCallCredentials.class
grpc-auth-1.0.0.pom file content.
<?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.0.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>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-core</artifactId> <version>[1.0.0]</version> <scope>compile</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>
<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-auth</artifactId> <version>1.0.0</version> </dependency>
If you think the following grpc-auth-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download grpc-auth-1.0.0.jar file