Registry / utility / libraries-bom

libraries-bom

JSON →
library26.80.0javamavenunverified

A compatible set of Google Cloud open source libraries managed as a Bill of Materials for dependency alignment.

<dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> <version>26.80.0</version> </dependency>
INSTALL
IMPORT
SIG · LIBRARIES-BOM
L
libraries-bom
utilityjavav26.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.

LibrariesBom
com.google.cloud.bom.LibrariesBom

Shows how to reference the BOM class to verify version alignment.

import com.google.cloud.bom.LibrariesBom; public class Example { public static void main(String[] args) { System.out.println("BOM version: " + LibrariesBom.class.getPackage().getImplementationVersion()); } }
Debug
Known issues
gotchaEnsure all Google Cloud dependencies are managed by this BOM to avoid version conflicts.
fix
Import the BOM in your dependency management section and omit versions for Google Cloud libraries.
affects: all
Upgrade
Version history
26.80.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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