Apache Commons Collections extends the Java Collections Framework with additional collection types and utilities.
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use CollectionUtils to check if a collection is empty.
Upgrade to commons-collections4 (org.apache.commons:commons-collections4) or apply security patches.
No dependency data recorded yet.