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