s

staccatissimo-collections

Collections library of the Staccatissimo 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
staccatissimo-collections-2.0.1.jar download
staccatissimo-collections-2.0.1.pom download
staccatissimo-collections-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>staccatissimo-collections</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:staccatissimo-collections:2.0.1'
Gradle Kotlin
implementation("net.sf.staccatocommons:staccatissimo-collections:2.0.1")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-collections" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='staccatissimo-collections', version='2.0.1')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="staccatissimo-collections" rev="2.0.1" />
Leiningen
[net.sf.staccatocommons/staccatissimo-collections "2.0.1"]
Apache Buildr
'net.sf.staccatocommons:staccatissimo-collections:jar:2.0.1'