is not current version
Last Version 1.2

net.sf.staccatocommons:commons-restrictions 1.2-beta-2

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

Categories

Categories

Net
GroupId

GroupId

net.sf.staccatocommons
ArtifactId

ArtifactId

commons-restrictions
Version

Version

1.2-beta-2
Type

Type

jar

Download commons-restrictions 1.2-beta-2


<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-restrictions/ -->
<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>commons-restrictions</artifactId>
    <version>1.2-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-restrictions/
implementation 'net.sf.staccatocommons:commons-restrictions:1.2-beta-2'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-restrictions/
implementation ("net.sf.staccatocommons:commons-restrictions:1.2-beta-2")
'net.sf.staccatocommons:commons-restrictions:jar:1.2-beta-2'
<dependency org="net.sf.staccatocommons" name="commons-restrictions" rev="1.2-beta-2">
  <artifact name="commons-restrictions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-restrictions', version='1.2-beta-2')
)
libraryDependencies += "net.sf.staccatocommons" % "commons-restrictions" % "1.2-beta-2"
[net.sf.staccatocommons/commons-restrictions "1.2-beta-2"]