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