i

instrumentation

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