Guava Collections is a collections extension library with expanded collection types, implementations, and utility methods for dealing with aggregate data.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-collections</artifactId>
<version>r03</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Guava ImmutableList usage example
Use com.google.guava:guava instead of guava-collections for latest features and fixes.
No dependency data recorded yet.