gRPC Protobuf provides Protocol Buffer support for gRPC, enabling efficient serialization of structured data in remote procedure calls.
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.81.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a gRPC method descriptor using Protobuf marshallers.
Ensure grpc-protobuf and protobuf-java versions are compatible
No dependency data recorded yet.