s

staccatissimo-restrictions-instrument-maven-plugin

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