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