Download grpc-interop-testing-1.0.0.jar file - Jar g

Jar examples for g:grpc-interop-testing

Description

gRPC: Integration Testing

You can download jar file grpc-interop-testing 1.0.0 in this page.

License

BSD 3-Clause

Build File

You can use the following script to add grpc-interop-testing-1.0.0.jar to your project.

<dependency>
   <groupId>io.grpc</groupId>
   <artifactId>grpc-interop-testing</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'io.grpc', name: 'grpc-interop-testing', version: '1.0.0'
libraryDependencies += "io.grpc" % "grpc-interop-testing" % "1.0.0"
<dependency org="io.grpc" name="grpc-interop-testing" rev="1.0.0"/>
@Grapes(@Grab(group='io.grpc', module='grpc-interop-testing', version='1.0.0'))
'io.grpc:grpc-interop-testing:jar:1.0.0'

Download

Click the following link to download the jar file.

grpc-interop-testing-1.0.0-javadoc.jar
grpc-interop-testing-1.0.0-sources.jar
grpc-interop-testing-1.0.0.jar
grpc-interop-testing-1.0.0.pom



Related Tutorials