Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdio.grpc |
ArtifactId | ArtifactIdgrpc-interop-testing |
Version | Version1.22.1 |
Type | Typejar |
Filename | Size |
---|---|
grpc-interop-testing-1.22.1.pom | |
grpc-interop-testing-1.22.1.jar | 339 KB |
grpc-interop-testing-1.22.1-sources.jar | 44 KB |
grpc-interop-testing-1.22.1-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.grpc/grpc-interop-testing/ -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-interop-testing</artifactId>
<version>1.22.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.grpc/grpc-interop-testing/
implementation 'io.grpc:grpc-interop-testing:1.22.1'
// https://jarcasting.com/artifacts/io.grpc/grpc-interop-testing/
implementation ("io.grpc:grpc-interop-testing:1.22.1")
'io.grpc:grpc-interop-testing:jar:1.22.1'
<dependency org="io.grpc" name="grpc-interop-testing" rev="1.22.1">
<artifact name="grpc-interop-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.grpc', module='grpc-interop-testing', version='1.22.1')
)
libraryDependencies += "io.grpc" % "grpc-interop-testing" % "1.22.1"
[io.grpc/grpc-interop-testing "1.22.1"]