s

staccatissimo-defs

Minimal definitions library that provides very abstract interfaces with well defined but generic semantics, focused on code reuse.
Files download
File Operation
staccatissimo-defs-2.3.jar download
staccatissimo-defs-2.3.pom download
staccatissimo-defs-2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>staccatissimo-defs</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:staccatissimo-defs:2.3'
Gradle Kotlin
implementation("net.sf.staccatocommons:staccatissimo-defs:2.3")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-defs" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='staccatissimo-defs', version='2.3')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="staccatissimo-defs" rev="2.3" />
Leiningen
[net.sf.staccatocommons/staccatissimo-defs "2.3"]
Apache Buildr
'net.sf.staccatocommons:staccatissimo-defs:jar:2.3'