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