s

staccatissimo-restrictions-instrument-maven-plugin

A Maven Mojo for instrummenting restrictions as part of the build process
http://staccatocommons.sourceforge.net/${project.artifactId}
Files download
File Operation
staccatissimo-restrictions-instrument-maven-plugin-2.0.jar download
staccatissimo-restrictions-instrument-maven-plugin-2.0.pom download
staccatissimo-restrictions-instrument-maven-plugin-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>staccatissimo-restrictions-instrument-maven-plugin</artifactId>
  <version>2.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:staccatissimo-restrictions-instrument-maven-plugin:2.0'
Gradle Kotlin
implementation("net.sf.staccatocommons:staccatissimo-restrictions-instrument-maven-plugin:2.0")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-restrictions-instrument-maven-plugin" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='staccatissimo-restrictions-instrument-maven-plugin', version='2.0')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="staccatissimo-restrictions-instrument-maven-plugin" rev="2.0" />
Leiningen
[net.sf.staccatocommons/staccatissimo-restrictions-instrument-maven-plugin "2.0"]
Apache Buildr
'net.sf.staccatocommons:staccatissimo-restrictions-instrument-maven-plugin:jar:2.0'