License |
License |
---|---|
Categories |
CategoriesgRPC Net Networking |
GroupId | GroupIdio.grpc |
ArtifactId | ArtifactIdgrpc-context |
Last Version | Last Version1.47.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.grpc:grpc-context
gRPC: Context
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
grpc-context-1.47.0.pom | |
grpc-context-1.47.0.jar | 29 KB |
grpc-context-1.47.0-sources.jar | 17 KB |
grpc-context-1.47.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.grpc/grpc-context/ -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
<version>1.47.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.grpc/grpc-context/
implementation 'io.grpc:grpc-context:1.47.0'
// https://jarcasting.com/artifacts/io.grpc/grpc-context/
implementation ("io.grpc:grpc-context:1.47.0")
'io.grpc:grpc-context:jar:1.47.0'
<dependency org="io.grpc" name="grpc-context" rev="1.47.0">
<artifact name="grpc-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.grpc', module='grpc-context', version='1.47.0')
)
libraryDependencies += "io.grpc" % "grpc-context" % "1.47.0"
[io.grpc/grpc-context "1.47.0"]