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