g

grpc-interop-testing

gRPC: Integration Testing
https://github.com/grpc/grpc-java
Apache 2.0
gRPC Contributors
Files download
File Operation
grpc-interop-testing-1.50.3.jar download
grpc-interop-testing-1.50.3.pom download
grpc-interop-testing-1.50.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.grpc</groupId>
  <artifactId>grpc-interop-testing</artifactId>
  <version>1.50.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.grpc:grpc-interop-testing:1.50.3'
Gradle Kotlin
implementation("io.grpc:grpc-interop-testing:1.50.3")
Scala SBT
libraryDependencies += "io.grpc" % "grpc-interop-testing" % "1.50.3"
Groovy Grape
@Grapes(
  @Grab(group='io.grpc', module='grpc-interop-testing', version='1.50.3')
)
Apache Ivy
<dependency org="io.grpc" name="grpc-interop-testing" rev="1.50.3" />
Leiningen
[io.grpc/grpc-interop-testing "1.50.3"]
Apache Buildr
'io.grpc:grpc-interop-testing:jar:1.50.3'