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