i

instrumentation

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