<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-all</artifactId> <version>1.51.3</version> </dependency>
implementation 'io.grpc:grpc-all:1.51.3'
implementation("io.grpc:grpc-all:1.51.3")
libraryDependencies += "io.grpc" % "grpc-all" % "1.51.3"
@Grapes( @Grab(group='io.grpc', module='grpc-all', version='1.51.3') )
<dependency org="io.grpc" name="grpc-all" rev="1.51.3" />
[io.grpc/grpc-all "1.51.3"]
'io.grpc:grpc-all:jar:1.51.3'
compile
|-- io.grpc:grpc-api
|-- io.grpc:grpc-auth:1.51.3
|-- io.grpc:grpc-context:1.51.3
|-- io.grpc:grpc-core
|-- io.grpc:grpc-grpclb:1.51.3
|-- io.grpc:grpc-netty:1.51.3
|-- io.grpc:grpc-okhttp:1.51.3
|-- io.grpc:grpc-protobuf:1.51.3
|-- io.grpc:grpc-rls:1.51.3
|-- io.grpc:grpc-services:1.51.3
|-- io.grpc:grpc-stub:1.51.3
|-- io.grpc:grpc-testing:1.51.3
|-- io.grpc:grpc-xds:1.51.3