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