GroupId | GroupIdcom.cedarsoft.annotations |
---|---|
ArtifactId | ArtifactIdinstrumentation-test2 |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation-test2/ -->
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>instrumentation-test2</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation-test2/
implementation 'com.cedarsoft.annotations:instrumentation-test2:3.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation-test2/
implementation ("com.cedarsoft.annotations:instrumentation-test2:3.0.1")
'com.cedarsoft.annotations:instrumentation-test2:jar:3.0.1'
<dependency org="com.cedarsoft.annotations" name="instrumentation-test2" rev="3.0.1">
<artifact name="instrumentation-test2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='instrumentation-test2', version='3.0.1')
)
libraryDependencies += "com.cedarsoft.annotations" % "instrumentation-test2" % "3.0.1"
[com.cedarsoft.annotations/instrumentation-test2 "3.0.1"]