s

staccatissimo-reductions

Reductions library of the Staccatissimo project
http://staccatocommons.sourceforge.net/${project.artifactId}
文件下载
文件名 操作
staccatissimo-reductions-2.0.jar 下载
staccatissimo-reductions-2.0.pom 下载
staccatissimo-reductions-2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>staccatissimo-reductions</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:staccatissimo-reductions:2.0'
Gradle Kotlin
implementation("net.sf.staccatocommons:staccatissimo-reductions:2.0")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-reductions" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='staccatissimo-reductions', version='2.0')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="staccatissimo-reductions" rev="2.0" />
Leiningen
[net.sf.staccatocommons/staccatissimo-reductions "2.0"]
Apache Buildr
'net.sf.staccatocommons:staccatissimo-reductions:jar:2.0'