| GroupId | GroupIdcom.cedarsoft.annotations |
|---|---|
| ArtifactId | ArtifactIdinstrumentation |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| instrumentation-1.2.pom | |
| instrumentation-1.2.jar | 6 KB |
| instrumentation-1.2-tests.jar | 1 KB |
| instrumentation-1.2-sources.jar | 4 KB |
| instrumentation-1.2-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation/ -->
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>instrumentation</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation/
implementation 'com.cedarsoft.annotations:instrumentation:1.2'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation/
implementation ("com.cedarsoft.annotations:instrumentation:1.2")
'com.cedarsoft.annotations:instrumentation:jar:1.2'
<dependency org="com.cedarsoft.annotations" name="instrumentation" rev="1.2">
<artifact name="instrumentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='instrumentation', version='1.2')
)
libraryDependencies += "com.cedarsoft.annotations" % "instrumentation" % "1.2"
[com.cedarsoft.annotations/instrumentation "1.2"]