<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-benchmarks</artifactId> <version>1.59.1</version> <type>pom</type> </dependency>
implementation 'io.grpc:grpc-benchmarks:1.59.1'
implementation("io.grpc:grpc-benchmarks:1.59.1")
libraryDependencies += "io.grpc" % "grpc-benchmarks" % "1.59.1"
@Grapes( @Grab(group='io.grpc', module='grpc-benchmarks', version='1.59.1') )
<dependency org="io.grpc" name="grpc-benchmarks" rev="1.59.1" />
[io.grpc/grpc-benchmarks "1.59.1"]
'io.grpc:grpc-benchmarks:jar:1.59.1'
runtime
|-- io.grpc:grpc-core:1.59.1
|-- io.grpc:grpc-netty:1.59.1
|-- io.grpc:grpc-okhttp:1.59.1
|-- io.grpc:grpc-stub:1.59.1
|-- io.grpc:grpc-protobuf:1.59.1
|-- io.grpc:grpc-testing:1.59.1
|-- io.grpc:grpc-xds:1.59.1
|-- org.hdrhistogram:HdrHistogram:2.1.12
|-- io.netty:netty-tcnative-boringssl-static:2.0.61.Final
|-- io.netty:netty-tcnative-classes:2.0.61.Final
|-- org.apache.commons:commons-math3:3.6.1
|-- io.netty:netty-transport-native-epoll:4.1.97.Final