is not current version
Last Version 1.2

net.sf.staccatocommons:commons-collections 1.2-beta-1

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.staccatocommons
ArtifactId

ArtifactId

commons-collections
Version

Version

1.2-beta-1
Type

Type

jar

Download commons-collections 1.2-beta-1


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