i

instrumentation-maven-plugin

Apache License, Version 2.0
Files download
File Operation
instrumentation-maven-plugin-8.3.1.jar download
instrumentation-maven-plugin-8.3.1.pom download
instrumentation-maven-plugin-8.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoft</groupId>
  <artifactId>instrumentation-maven-plugin</artifactId>
  <version>8.3.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.cedarsoft:instrumentation-maven-plugin:8.3.1'
Gradle Kotlin
implementation("com.cedarsoft:instrumentation-maven-plugin:8.3.1")
Scala SBT
libraryDependencies += "com.cedarsoft" % "instrumentation-maven-plugin" % "8.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoft', module='instrumentation-maven-plugin', version='8.3.1')
)
Apache Ivy
<dependency org="com.cedarsoft" name="instrumentation-maven-plugin" rev="8.3.1" />
Leiningen
[com.cedarsoft/instrumentation-maven-plugin "8.3.1"]
Apache Buildr
'com.cedarsoft:instrumentation-maven-plugin:jar:8.3.1'