is not current version
Last Version 1.47.0

io.grpc:grpc-auth 0.9.1

gRpc: Auth

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-auth
Version

Version

0.9.1
Type

Type

jar

Download grpc-auth 0.9.1


<!-- https://jarcasting.com/artifacts/io.grpc/grpc-auth/ -->
<dependency>
    <groupId>io.grpc</groupId>
    <artifactId>grpc-auth</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.grpc/grpc-auth/
implementation 'io.grpc:grpc-auth:0.9.1'
// https://jarcasting.com/artifacts/io.grpc/grpc-auth/
implementation ("io.grpc:grpc-auth:0.9.1")
'io.grpc:grpc-auth:jar:0.9.1'
<dependency org="io.grpc" name="grpc-auth" rev="0.9.1">
  <artifact name="grpc-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.grpc', module='grpc-auth', version='0.9.1')
)
libraryDependencies += "io.grpc" % "grpc-auth" % "0.9.1"
[io.grpc/grpc-auth "0.9.1"]