is not current version
Last Version 1.47.0

io.grpc:grpc-benchmarks 1.32.1

grpc Benchmarks

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-benchmarks
Version

Version

1.32.1
Type

Type

pom

Download grpc-benchmarks 1.32.1


<!-- https://jarcasting.com/artifacts/io.grpc/grpc-benchmarks/ -->
<dependency>
    <groupId>io.grpc</groupId>
    <artifactId>grpc-benchmarks</artifactId>
    <version>1.32.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.grpc/grpc-benchmarks/
implementation 'io.grpc:grpc-benchmarks:1.32.1'
// https://jarcasting.com/artifacts/io.grpc/grpc-benchmarks/
implementation ("io.grpc:grpc-benchmarks:1.32.1")
'io.grpc:grpc-benchmarks:pom:1.32.1'
<dependency org="io.grpc" name="grpc-benchmarks" rev="1.32.1">
  <artifact name="grpc-benchmarks" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.grpc', module='grpc-benchmarks', version='1.32.1')
)
libraryDependencies += "io.grpc" % "grpc-benchmarks" % "1.32.1"
[io.grpc/grpc-benchmarks "1.32.1"]