MVN

net.sf.staccatocommons : staccatissimo-restrictions

Maven & Gradle

Jul 21, 2012
1 usages
3 stars

Staccatissimo-Restrictions · Library of annotations that express restrictions, that can be used to indicate preconditions, postconditions and invariants over objects and messages, focused on documentation reuse.

<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>staccatissimo-restrictions</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.staccatocommons : staccatissimo-restrictions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of net.sf.staccatocommons : staccatissimo-restrictions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
staccatissimo-restrictions-2.3
2.2
staccatissimo-restrictions-2.2
2.1
staccatissimo-restrictions-2.1
2.0.x
staccatissimo-restrictions-2.0.1
2.0
staccatissimo-restrictions-2.0

How to add a dependency to Maven

Add the following net.sf.staccatocommons : staccatissimo-restrictions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>staccatissimo-restrictions</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.staccatocommons : staccatissimo-restrictions gradle dependency to your build.gradle file:

implementation 'net.sf.staccatocommons:staccatissimo-restrictions:2.3'

Gradle Kotlin DSL: Add the following net.sf.staccatocommons : staccatissimo-restrictions gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.staccatocommons:staccatissimo-restrictions:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.staccatocommons : staccatissimo-restrictions sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-restrictions" % "2.3"