组织ID: |
io.grpc |
项目ID: |
grpc-testing-proto |
版本: |
1.17.0 |
最后修改时间: |
2018-12-25 17:28:11 |
包类型: |
jar |
标题: |
io.grpc:grpc-testing-proto |
描述: |
gRPC: Testing Protos |
相关URL: |
https://github.com/grpc/grpc-java |
大小: |
32.36KB |
|
Maven引入代码: |
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing-proto</artifactId>
<version>1.17.0</version>
</dependency>
|
Gradle引入代码: |
io.grpc:grpc-testing-proto:1.17.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-testing-proto</artifactId>
<version>1.17.0</version>
<name>io.grpc:grpc-testing-proto</name>
<description>gRPC: Testing Protos</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-protobuf</artifactId>
<version>1.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.2</version>
<scope>test</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.42</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.grpc.testing.protobuf.SimpleServiceGrpc$SimpleServiceMethodDescriptorSupplier.class
io.grpc.testing.protobuf.SimpleServiceProto$1.class
io.grpc.testing.protobuf.SimpleRequestOrBuilder.class
io.grpc.testing.protobuf.SimpleServiceGrpc$SimpleServiceBaseDescriptorSupplier.class
io.grpc.testing.protobuf.SimpleResponse.class
io.grpc.testing.protobuf.SimpleServiceGrpc.class
io.grpc.testing.protobuf.SimpleResponseOrBuilder.class
io.grpc.testing.protobuf.SimpleServiceProto.class
io.grpc.testing.protobuf.SimpleResponse$Builder.class
io.grpc.testing.protobuf.SimpleServiceGrpc$SimpleServiceBlockingStub.class
io.grpc.testing.protobuf.SimpleServiceGrpc$SimpleServiceImplBase.class
io.grpc.testing.protobuf.SimpleRequest$Builder.class
io.grpc.testing.protobuf.SimpleServiceGrpc$SimpleServiceFutureStub.class
io.grpc.testing.protobuf.SimpleServiceGrpc$1.class
io.grpc.testing.protobuf.SimpleServiceGrpc$SimpleServiceFileDescriptorSupplier.class
io.grpc.testing.protobuf.SimpleRequest.class
io.grpc.testing.protobuf.SimpleServiceGrpc$SimpleServiceStub.class
io.grpc.testing.protobuf.SimpleRequest$1.class
io.grpc.testing.protobuf.SimpleServiceGrpc$MethodHandlers.class
io.grpc.testing.protobuf.SimpleResponse$1.class
io/grpc/testing/protobuf/simpleservice.proto
|
依赖Jar: |
grpc-protobuf-1.17.0.jar
/io.grpc/grpc-protobuf/1.17.0
查看grpc-protobuf所有版本文件
grpc-stub-1.17.0.jar
/io.grpc/grpc-stub/1.17.0
查看grpc-stub所有版本文件
javax.annotation-api-1.2.jar
/javax.annotation/javax.annotation-api/1.2
查看javax.annotation-api所有版本文件
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.42.jar
/com.google.truth/truth/0.42
查看truth所有版本文件
|