Registry / utility / guava-bom

guava-bom

JSON →
library33.6.0-jrejavamavenunverified

Bill of Materials for Google Guava artifacts, ensuring consistent versions across dependencies.

<dependency> <groupId>com.google.guava</groupId> <artifactId>guava-bom</artifactId> <version>33.6.0-jre</version> </dependency>
INSTALL
IMPORT
SIG · GUAVA-BOM
G
guava-bom
utilityjavav33.6.0-jre
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.

ImmutableList
com.google.common.collect.ImmutableList

Create an immutable list using Guava.

import com.google.common.collect.ImmutableList; ImmutableList<String> list = ImmutableList.of("a", "b", "c"); System.out.println(list);
Debug
Known issues
gotchaGuava BOM does not include all transitive dependencies; you may need to add other Guava artifacts explicitly.
fix
Add guava artifact explicitly if needed, e.g., com.google.guava:guava:33.6.0-jre.
affects: all
Upgrade
Version history
33.6.0-jrelatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
guava-bom — mvn dependency:get guava-bom · libregistry