<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-restrictions-instrument-maven-plugin</artifactId>
<version>1.0-beta-2</version>
<type>maven-plugin</type>
</dependency>
implementation 'net.sf.staccatocommons:commons-restrictions-instrument-maven-plugin:1.0-beta-2'
implementation("net.sf.staccatocommons:commons-restrictions-instrument-maven-plugin:1.0-beta-2")
libraryDependencies += "net.sf.staccatocommons" % "commons-restrictions-instrument-maven-plugin" % "1.0-beta-2"
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-restrictions-instrument-maven-plugin', version='1.0-beta-2')
)
<dependency org="net.sf.staccatocommons" name="commons-restrictions-instrument-maven-plugin" rev="1.0-beta-2" />