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.2.jar download
staccatissimo-defs-2.2.pom download
staccatissimo-defs-2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>staccatissimo-defs</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:staccatissimo-defs:2.2'
Gradle Kotlin
implementation("net.sf.staccatocommons:staccatissimo-defs:2.2")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-defs" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='staccatissimo-defs', version='2.2')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="staccatissimo-defs" rev="2.2" />
Leiningen
[net.sf.staccatocommons/staccatissimo-defs "2.2"]
Apache Buildr
'net.sf.staccatocommons:staccatissimo-defs:jar:2.2'