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