Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0-rc2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an immutable list using Google Collections.
Replace dependency with com.google.guava:guava and update imports to com.google.common.*.
No dependency data recorded yet.