is not current version
Last Version 1.47.0

io.grpc:grpc-bom 1.26.1

gRPC: BOM

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-bom
Version

Version

1.26.1
Type

Type

pom

Download grpc-bom 1.26.1

Filename Size
grpc-bom-1.26.1.pom 4 KB
Browse

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