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