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}
文件下载
文件名 操作
commons-collections-1.1.jar 下载
commons-collections-1.1.pom 下载
commons-collections-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>commons-collections</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:commons-collections:1.1'
Gradle Kotlin
implementation("net.sf.staccatocommons:commons-collections:1.1")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "commons-collections" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='commons-collections', version='1.1')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="commons-collections" rev="1.1" />
Leiningen
[net.sf.staccatocommons/commons-collections "1.1"]
Apache Buildr
'net.sf.staccatocommons:commons-collections:jar:1.1'