is not current version
Last Version 1.47.0

io.grpc:grpc-bom 1.36.0

gRPC: BOM

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-bom
Version

Version

1.36.0
Type

Type

pom

Download grpc-bom 1.36.0


<!-- https://jarcasting.com/artifacts/io.grpc/grpc-bom/ -->
<dependency>
    <groupId>io.grpc</groupId>
    <artifactId>grpc-bom</artifactId>
    <version>1.36.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.grpc/grpc-bom/
implementation 'io.grpc:grpc-bom:1.36.0'
// https://jarcasting.com/artifacts/io.grpc/grpc-bom/
implementation ("io.grpc:grpc-bom:1.36.0")
'io.grpc:grpc-bom:pom:1.36.0'
<dependency org="io.grpc" name="grpc-bom" rev="1.36.0">
  <artifact name="grpc-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.grpc', module='grpc-bom', version='1.36.0')
)
libraryDependencies += "io.grpc" % "grpc-bom" % "1.36.0"
[io.grpc/grpc-bom "1.36.0"]