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