Registry / networking / grpc-all

grpc-all

JSON →
library1.80.0javamavenunverified

Meta-package that includes all gRPC modules for Java, providing a complete gRPC implementation.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-all</artifactId> <version>1.80.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-ALL
G
grpc-all
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.

Grpc
io.grpc.Grpc

Create a gRPC channel using the all-in-one package.

import io.grpc.Grpc; import io.grpc.ManagedChannel; import io.grpc.ManagedChannelBuilder; public class Example { public static void main(String[] args) { ManagedChannel channel = Grpc.newChannelBuilder("localhost:8080", ManagedChannelBuilder.forAddress("localhost", 8080)).build(); System.out.println("gRPC channel created"); } }
Debug
Known issues
gotchaThis is a meta-package that pulls in many dependencies; consider using specific modules (e.g., grpc-netty, grpc-protobuf) to reduce footprint.
fix
Use grpc-netty and grpc-protobuf individually if you don't need all features.
affects: all
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-all — mvn dependency:get grpc-all · libregistry