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