Registry / utility / guava
library16.0.1javamavenunverified

Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.

<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>16.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GUAVA
G
guava
utilityjavav16.0.1
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

Creating an immutable list with Guava

import com.google.common.collect.ImmutableList; public class Example { public static void main(String[] args) { ImmutableList<String> list = ImmutableList.of("a", "b", "c"); System.out.println(list); } }
Debug
Known issues
breakingGuava 16.0.1 is outdated; newer versions have breaking changes in some APIs.
fix
Upgrade to the latest stable version (e.g., 33.x) and review release notes.
affects: 16.0.1
Upgrade
Version history
16.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
guava — mvn dependency:get guava · libregistry