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.45.0.jar download
grpc-interop-testing-1.45.0.pom download
grpc-interop-testing-1.45.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.grpc</groupId>
  <artifactId>grpc-interop-testing</artifactId>
  <version>1.45.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.grpc:grpc-interop-testing:1.45.0'
Gradle Kotlin
implementation("io.grpc:grpc-interop-testing:1.45.0")
Scala SBT
libraryDependencies += "io.grpc" % "grpc-interop-testing" % "1.45.0"
Groovy Grape
@Grapes(
  @Grab(group='io.grpc', module='grpc-interop-testing', version='1.45.0')
)
Apache Ivy
<dependency org="io.grpc" name="grpc-interop-testing" rev="1.45.0" />
Leiningen
[io.grpc/grpc-interop-testing "1.45.0"]
Apache Buildr
'io.grpc:grpc-interop-testing:jar:1.45.0'