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