<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-auth</artifactId> <version>1.22.3</version> </dependency>
implementation 'io.grpc:grpc-auth:1.22.3'
implementation("io.grpc:grpc-auth:1.22.3")
libraryDependencies += "io.grpc" % "grpc-auth" % "1.22.3"
@Grapes( @Grab(group='io.grpc', module='grpc-auth', version='1.22.3') )
<dependency org="io.grpc" name="grpc-auth" rev="1.22.3" />
[io.grpc/grpc-auth "1.22.3"]
'io.grpc:grpc-auth:jar:1.22.3'
compile
|-- io.grpc:grpc-api
|-- com.google.auth:google-auth-library-credentials:0.13.0