<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-benchmarks</artifactId> <version>1.58.0</version> <type>pom</type> </dependency>
implementation 'io.grpc:grpc-benchmarks:1.58.0'
implementation("io.grpc:grpc-benchmarks:1.58.0")
libraryDependencies += "io.grpc" % "grpc-benchmarks" % "1.58.0"
@Grapes( @Grab(group='io.grpc', module='grpc-benchmarks', version='1.58.0') )
<dependency org="io.grpc" name="grpc-benchmarks" rev="1.58.0" />
[io.grpc/grpc-benchmarks "1.58.0"]
'io.grpc:grpc-benchmarks:jar:1.58.0'
runtime
|-- io.grpc:grpc-core:1.58.0
|-- io.grpc:grpc-netty:1.58.0
|-- io.grpc:grpc-okhttp:1.58.0
|-- io.grpc:grpc-stub:1.58.0
|-- io.grpc:grpc-protobuf:1.58.0
|-- io.grpc:grpc-testing:1.58.0
|-- io.grpc:grpc-xds:1.58.0
|-- 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.93.Final