is not current version
Last Version 1.47.0

io.grpc:grpc-bom 1.25.0

gRPC: BOM

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.grpc
ArtifactId

ArtifactId

grpc-bom
Version

Version

1.25.0
Type

Type

pom

Download grpc-bom 1.25.0

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

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