s

staccatissimo-reductions

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