i

instrumentation

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