<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-auth</artifactId> <version>1.3.0</version> </dependency>
implementation 'io.grpc:grpc-auth:1.3.0'
implementation("io.grpc:grpc-auth:1.3.0")
libraryDependencies += "io.grpc" % "grpc-auth" % "1.3.0"
@Grapes( @Grab(group='io.grpc', module='grpc-auth', version='1.3.0') )
<dependency org="io.grpc" name="grpc-auth" rev="1.3.0" />
[io.grpc/grpc-auth "1.3.0"]
'io.grpc:grpc-auth:jar:1.3.0'
compile
|-- io.grpc:grpc-core
|-- com.google.auth:google-auth-library-credentials:0.4.0
test
|-- junit:junit:4.11
|-- org.mockito:mockito-core:1.9.5
|-- com.google.auth:google-auth-library-oauth2-http:0.4.0