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