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