Files download
File Operation
grpc-auth-1.44.1.jar download
grpc-auth-1.44.1.pom download
grpc-auth-1.44.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.grpc</groupId>
  <artifactId>grpc-auth</artifactId>
  <version>1.44.1</version>
</dependency>
Gradle Groovy
implementation 'io.grpc:grpc-auth:1.44.1'
Gradle Kotlin
implementation("io.grpc:grpc-auth:1.44.1")
Scala SBT
libraryDependencies += "io.grpc" % "grpc-auth" % "1.44.1"
Groovy Grape
@Grapes(
  @Grab(group='io.grpc', module='grpc-auth', version='1.44.1')
)
Apache Ivy
<dependency org="io.grpc" name="grpc-auth" rev="1.44.1" />
Leiningen
[io.grpc/grpc-auth "1.44.1"]
Apache Buildr
'io.grpc:grpc-auth:jar:1.44.1'