Registry / serialization / protobuf-bom

protobuf-bom

JSON →
library4.35.0javamavenunverified

A Bill of Materials (BOM) for Protocol Buffers libraries ensuring compatible versions of protobuf artifacts.

<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-bom</artifactId> <version>4.35.0</version> </dependency>
INSTALL
IMPORT
SIG · PROTOBUF-BOM
P
protobuf-bom
serializationjavav4.35.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.

Protobuf
com.google.protobuf.Protobuf

Import protobuf BOM in Maven for version management.

// BOM is used in dependency management, not directly imported. // Example Maven usage: // <dependencyManagement> // <dependencies> // <dependency> // <groupId>com.google.protobuf</groupId> // <artifactId>protobuf-bom</artifactId> // <version>4.35.0</version> // <type>pom</type> // <scope>import</scope> // </dependency> // </dependencies> // </dependencyManagement>
Debug
Known issues
breakingProtobuf 4.x (protobuf-lite) has breaking changes from 3.x; ensure all protobuf artifacts are aligned.
fix
Use the BOM to enforce consistent versions across all protobuf dependencies.
affects: >=4.0.0
Upgrade
Version history
4.35.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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