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