Registry / networking / grpc-bom

grpc-bom

JSON →
library1.80.0javamavenunverified

Bill of Materials for gRPC Java, managing dependency versions for the gRPC ecosystem.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-bom</artifactId> <version>1.80.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-BOM
G
grpc-bom
networkingjavav1.80.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ManagedChannelBuilder
io.grpc.ManagedChannelBuilder

Creates a gRPC channel to connect to a server.

import io.grpc.ManagedChannelBuilder; public class GrpcClient { public static void main(String[] args) { var channel = ManagedChannelBuilder.forAddress("localhost", 8080) .usePlaintext() .build(); System.out.println("gRPC channel created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.80.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
grpc-bom — mvn dependency:get grpc-bom · libregistry