c

commons-collections

Collections library of the Staccato-Commons project, focused on providing new abstractions that mix object oriented and functional programming style for dealing with iterable objects.
http://staccatocommons.sourceforge.net/${project.artifactId}
Files download
File Operation
commons-collections-1.2.jar download
commons-collections-1.2.pom download
commons-collections-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>commons-collections</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:commons-collections:1.2'
Gradle Kotlin
implementation("net.sf.staccatocommons:commons-collections:1.2")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "commons-collections" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='commons-collections', version='1.2')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="commons-collections" rev="1.2" />
Leiningen
[net.sf.staccatocommons/commons-collections "1.2"]
Apache Buildr
'net.sf.staccatocommons:commons-collections:jar:1.2'