commons-collections:commons-collections (3.1)
Published 2026-02-24 13:43:32 +00:00 by atheaadmin
Installation
<repositories>
<repository>
<id>gitea</id>
<url> </url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url> </url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url> </url>
</snapshotRepository>
</distributionManagement><dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
</dependency>mvn installmvn dependency:get -DremoteRepositories= -Dartifact=commons-collections:commons-collections:3.1About this package
Types that extend and augment the Java Collections Framework.
Dependencies
junit:junit
3.8.1