is not current version
Last Version 2.3

net.sf.staccatocommons:staccatissimo-collections 2.0.1

Collections library of the Staccatissimo project, focused on providing new abstractions that mix object oriented and functional programming style for dealing with iterable objects.

Categories

Categories

Net
GroupId

GroupId

net.sf.staccatocommons
ArtifactId

ArtifactId

staccatissimo-collections
Version

Version

2.0.1
Type

Type

jar

Download staccatissimo-collections 2.0.1


<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-collections/ -->
<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>staccatissimo-collections</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-collections/
implementation 'net.sf.staccatocommons:staccatissimo-collections:2.0.1'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-collections/
implementation ("net.sf.staccatocommons:staccatissimo-collections:2.0.1")
'net.sf.staccatocommons:staccatissimo-collections:jar:2.0.1'
<dependency org="net.sf.staccatocommons" name="staccatissimo-collections" rev="2.0.1">
  <artifact name="staccatissimo-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='staccatissimo-collections', version='2.0.1')
)
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-collections" % "2.0.1"
[net.sf.staccatocommons/staccatissimo-collections "2.0.1"]