Registry / utility / guava-jdk5

guava-jdk5

JSON →
library14.0.1javamavenunverified

Google's core Java libraries for collections, caching, primitives, and more, backported to JDK 5.

<dependency> <groupId>com.google.guava</groupId> <artifactId>guava-jdk5</artifactId> <version>14.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GUAVA-JDK5
G
guava-jdk5
utilityjavav14.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

Create an immutable list using 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
breakingThis version targets JDK 5 and may lack features and security updates present in later Guava versions.
fix
Upgrade to a modern Guava version (e.g., 32.x) for JDK 8+.
affects: <=14.0.1
Upgrade
Version history
14.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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