i

instrumentation

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