c

commons-restrictions-instrument-maven-plugin

A Maven Mojo for instrummenting restrictions with as part of the build process
http://staccatocommons.sourceforge.net/staccatissimo/commonsrestrictionsinstrumentmavenplugin
文件下载
文件名 操作
commons-restrictions-instrument-maven-plugin-1.0-beta-2.jar 下载
commons-restrictions-instrument-maven-plugin-1.0-beta-2.pom 下载
commons-restrictions-instrument-maven-plugin-1.0-beta-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>commons-restrictions-instrument-maven-plugin</artifactId>
  <version>1.0-beta-2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:commons-restrictions-instrument-maven-plugin:1.0-beta-2'
Gradle Kotlin
implementation("net.sf.staccatocommons:commons-restrictions-instrument-maven-plugin:1.0-beta-2")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "commons-restrictions-instrument-maven-plugin" % "1.0-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='commons-restrictions-instrument-maven-plugin', version='1.0-beta-2')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="commons-restrictions-instrument-maven-plugin" rev="1.0-beta-2" />
Leiningen
[net.sf.staccatocommons/commons-restrictions-instrument-maven-plugin "1.0-beta-2"]
Apache Buildr
'net.sf.staccatocommons:commons-restrictions-instrument-maven-plugin:jar:1.0-beta-2'