c

commons-reductions

Reductions library of the Staccato-Commons project
http://staccatocommons.sourceforge.net/${project.artifactId}
Files download
File Operation
commons-reductions-1.2-beta-3.jar download
commons-reductions-1.2-beta-3.pom download
commons-reductions-1.2-beta-3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>commons-reductions</artifactId>
  <version>1.2-beta-3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:commons-reductions:1.2-beta-3'
Gradle Kotlin
implementation("net.sf.staccatocommons:commons-reductions:1.2-beta-3")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "commons-reductions" % "1.2-beta-3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='commons-reductions', version='1.2-beta-3')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="commons-reductions" rev="1.2-beta-3" />
Leiningen
[net.sf.staccatocommons/commons-reductions "1.2-beta-3"]
Apache Buildr
'net.sf.staccatocommons:commons-reductions:jar:1.2-beta-3'