Files download
File Operation
grpc-benchmarks-1.58.0.jar download
grpc-benchmarks-1.58.0.pom download
grpc-benchmarks-1.58.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.grpc</groupId>
  <artifactId>grpc-benchmarks</artifactId>
  <version>1.58.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.grpc:grpc-benchmarks:1.58.0'
Gradle Kotlin
implementation("io.grpc:grpc-benchmarks:1.58.0")
Scala SBT
libraryDependencies += "io.grpc" % "grpc-benchmarks" % "1.58.0"
Groovy Grape
@Grapes(
  @Grab(group='io.grpc', module='grpc-benchmarks', version='1.58.0')
)
Apache Ivy
<dependency org="io.grpc" name="grpc-benchmarks" rev="1.58.0" />
Leiningen
[io.grpc/grpc-benchmarks "1.58.0"]
Apache Buildr
'io.grpc:grpc-benchmarks:jar:1.58.0'