Registry / networking / grpc-googleapis

grpc-googleapis

JSON →
library1.81.0javamavenunverified

gRPC Google APIs provides gRPC bindings for Google's public APIs, enabling efficient RPC communication.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-googleapis</artifactId> <version>1.81.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-GOOGLEAPIS
G
grpc-googleapis
networkingjavav1.81.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.

ManagedChannel
io.grpc.ManagedChannel

Create a gRPC ManagedChannel to connect to a gRPC service.

import io.grpc.ManagedChannel; import io.grpc.ManagedChannelBuilder; public class Example { public static void main(String[] args) { ManagedChannel channel = ManagedChannelBuilder.forTarget("localhost:8080") .usePlaintext() .build(); channel.shutdown(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.81.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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