<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-auth</artifactId> <version>1.33.0</version> </dependency>
implementation 'io.grpc:grpc-auth:1.33.0'
implementation("io.grpc:grpc-auth:1.33.0")
libraryDependencies += "io.grpc" % "grpc-auth" % "1.33.0"
@Grapes( @Grab(group='io.grpc', module='grpc-auth', version='1.33.0') )
<dependency org="io.grpc" name="grpc-auth" rev="1.33.0" />
[io.grpc/grpc-auth "1.33.0"]
'io.grpc:grpc-auth:jar:1.33.0'
compile
|-- io.grpc:grpc-api
|-- com.google.auth:google-auth-library-credentials:0.20.0
runtime
|-- com.google.guava:guava:29.0-android
|-- com.google.errorprone:error_prone_annotations:2.3.4
|-- org.codehaus.mojo:animal-sniffer-annotations:1.18
|-- com.google.code.findbugs:jsr305:3.0.2