Welcome to Staccatissimo, the StaccatoCommons core library!
You will find all the information you need about this project in the wiki
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.staccatocommons |
| ArtifactId | ArtifactIdcommons-collections |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStaccato-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.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-collections-1.2.pom | |
| commons-collections-1.2.jar | 114 KB |
| commons-collections-1.2-sources.jar | 87 KB |
| commons-collections-1.2-site.xml | 530 bytes |
| commons-collections-1.2-javadoc.jar | 574 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-collections/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-collections</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-collections/
implementation 'net.sf.staccatocommons:commons-collections:1.2'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-collections/
implementation ("net.sf.staccatocommons:commons-collections:1.2")
'net.sf.staccatocommons:commons-collections:jar:1.2'
<dependency org="net.sf.staccatocommons" name="commons-collections" rev="1.2">
<artifact name="commons-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-collections', version='1.2')
)
libraryDependencies += "net.sf.staccatocommons" % "commons-collections" % "1.2"
[net.sf.staccatocommons/commons-collections "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.staccatocommons : commons-lang | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.staccatocommons : commons-util | jar | 1.2 |
| net.sf.staccatocommons : commons-numbers | jar | 1.2 |
| net.sf.staccatocommons : commons-lambda | jar | 1.2 |
| net.sf.staccatocommons : commons-reductions | jar | 1.2 |
| net.sf.staccatocommons : commons-testing | jar | 1.2 |
Welcome to Staccatissimo, the StaccatoCommons core library!
You will find all the information you need about this project in the wiki