i

instrumentation

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